We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a077a08 commit 5749c06Copy full SHA for 5749c06
.github/workflows/compile.yml
@@ -27,4 +27,4 @@ jobs:
27
docker run --rm \
28
-v ${{ github.workspace }}:/workspace \
29
fozztexx/defoogi:latest \
30
- ls -Fla
+ bash -c "cd /workspace ; make -f Makefile.${{ matrix.platform }}"
0 commit comments