|
@@ -13,12 +13,11 @@ jobs:
|
|
|
docs:
|
|
docs:
|
|
|
name: Docs
|
|
name: Docs
|
|
|
runs-on: solang-ubuntu-latest
|
|
runs-on: solang-ubuntu-latest
|
|
|
- container: ubuntu:22.04
|
|
|
|
|
steps:
|
|
steps:
|
|
|
- name: Install Python and git
|
|
- name: Install Python and git
|
|
|
run: |
|
|
run: |
|
|
|
- apt-get update
|
|
|
|
|
- apt-get install -y python3-pip git pkg-config libcairo-dev latexmk
|
|
|
|
|
|
|
+ sudo apt-get update
|
|
|
|
|
+ sudo apt-get install -y python3-pip git pkg-config libcairo-dev latexmk meson
|
|
|
- name: Checkout sources
|
|
- name: Checkout sources
|
|
|
uses: actions/checkout@v4
|
|
uses: actions/checkout@v4
|
|
|
with:
|
|
with:
|