# HG changeset patch # User Matt Johnston # Date 1634571221 -28800 # Node ID b916f2661adb6b7f0b6ddcfe99241f0f11084fd8 # Parent 7a3cd7b598d8a3d1ff14d100fb978321a23afebf fix github actions arguments If only we could test this locally with the same setup.... diff -r 7a3cd7b598d8 -r b916f2661adb .github/workflows/build.yml --- a/.github/workflows/build.yml Mon Oct 18 23:31:23 2021 +0800 +++ b/.github/workflows/build.yml Mon Oct 18 23:33:41 2021 +0800 @@ -75,7 +75,7 @@ steps: - name: deps - if: ${{ !exoticos }} + if: ${{ !matrix.exoticos }} run: | sudo apt-get -y update sudo apt-get -y install zlib1g-dev libtomcrypt-dev libtommath-dev mercurial python3-venv socat $CC