Skip to content

Commit 40bae77

Browse files
committed
Use defoogi.1.4.0
1 parent 5749c06 commit 40bae77

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/compile.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,11 @@ jobs:
1919
platform: ${{ inputs.platform != '' && fromJSON(inputs.platform) ||
2020
fromJSON('["atari","apple2","adam","coco","c64","rs232"]') }}
2121

22+
container:
23+
image: fozztexx/defoogi:1.4.0
24+
2225
steps:
2326
- uses: actions/checkout@v4
2427

25-
- name: Build inside Docker
26-
run: |
27-
docker run --rm \
28-
-v ${{ github.workspace }}:/workspace \
29-
fozztexx/defoogi:latest \
30-
bash -c "cd /workspace ; make -f Makefile.${{ matrix.platform }}"
28+
- name: Build
29+
run: make -f Makefile.${{ matrix.platform }}

0 commit comments

Comments
 (0)