lethosor 2022-01-31 01:23:51 -05:00
parent f5500d220e
commit 3a94758916
No known key found for this signature in database
GPG Key ID: 76A269552F4F58C1
1 changed files with 2 additions and 2 deletions

@ -39,7 +39,7 @@ jobs:
lua5.3 \
ninja-build \
zlib1g-dev
pip install sphinx
pip install 'sphinx<4.4.0'
- name: Install GCC
run: |
sudo apt-get install gcc-${{ matrix.gcc }} g++-${{ matrix.gcc }}
@ -114,7 +114,7 @@ jobs:
python-version: 3
- name: Install dependencies
run: |
pip install sphinx
pip install 'sphinx<4.4.0'
- name: Clone DFHack
uses: actions/checkout@v1
with: