Skip to content

Commit 5749c06

Browse files
committed
cd into /workspace until I fix defoogi to ignore gid
1 parent a077a08 commit 5749c06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/compile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727
docker run --rm \
2828
-v ${{ github.workspace }}:/workspace \
2929
fozztexx/defoogi:latest \
30-
ls -Fla
30+
bash -c "cd /workspace ; make -f Makefile.${{ matrix.platform }}"

0 commit comments

Comments
 (0)