fix github actions arguments

If only we could test this locally with the same setup....
This commit is contained in:
Matt Johnston 2021-10-18 23:33:41 +08:00
parent 17e0c7e76f
commit f9ced2c880

View File

@ -75,7 +75,7 @@ jobs:
steps: steps:
- name: deps - name: deps
if: ${{ !exoticos }} if: ${{ !matrix.exoticos }}
run: | run: |
sudo apt-get -y update sudo apt-get -y update
sudo apt-get -y install zlib1g-dev libtomcrypt-dev libtommath-dev mercurial python3-venv socat $CC sudo apt-get -y install zlib1g-dev libtomcrypt-dev libtommath-dev mercurial python3-venv socat $CC