tFix syntax referring to matrix var - vaccinewars - be a doctor and try to vaccinate the world
(HTM) git clone git://src.adamsgaard.dk/vaccinewars
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit cf476cdefc0509498f61671370307deb826c7661
(DIR) parent 8c0a8a6b6131682eae7a1d6e12b828ed6ff4e966
(HTM) Author: Ben Webb <ben@salilab.org>
Date: Wed, 16 Dec 2020 01:07:27 -0800
Fix syntax referring to matrix var
Diffstat:
M .github/workflows/build.yml | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
---
(DIR) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
t@@ -28,10 +28,8 @@ jobs:
run: |
brew install automake
- name: Build
- env:
- FLAGS: {{ matrix.flags }}
run: |
- ./autogen.sh $FLAGS && make -j2
+ ./autogen.sh ${{ matrix.flags }} && make -j2
- name: Test
run: |
src/dopewars -v