From f9ced2c88013356a2ad7233ea3d39a920628977b Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Mon, 18 Oct 2021 23:33:41 +0800 Subject: [PATCH] fix github actions arguments If only we could test this locally with the same setup.... --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 180a106..e5a79e7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -75,7 +75,7 @@ jobs: 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