|
@@ -41,14 +41,14 @@ jobs:
|
|
|
docs:
|
|
docs:
|
|
|
name: Docs
|
|
name: Docs
|
|
|
runs-on: solang-ubuntu-latest
|
|
runs-on: solang-ubuntu-latest
|
|
|
- container: ubuntu:20.04
|
|
|
|
|
|
|
+ container: ubuntu:22.04
|
|
|
steps:
|
|
steps:
|
|
|
- name: Checkout sources
|
|
- name: Checkout sources
|
|
|
uses: actions/checkout@v3
|
|
uses: actions/checkout@v3
|
|
|
- name: Install Python and git
|
|
- name: Install Python and git
|
|
|
run: |
|
|
run: |
|
|
|
apt-get update
|
|
apt-get update
|
|
|
- apt-get install -y python3-pip git
|
|
|
|
|
|
|
+ apt-get install -y python3-pip git pkg-config libcairo-dev
|
|
|
- name: Install Docs requirements.txt
|
|
- name: Install Docs requirements.txt
|
|
|
run : |
|
|
run : |
|
|
|
pip install -r requirements.txt
|
|
pip install -r requirements.txt
|