Skip to content

Commit 03f299b

Browse files
committed
Fix VM artifact link
1 parent 111b339 commit 03f299b

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/m68k.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,7 @@ jobs:
5454
run: curl -LO https://github.com/cross-cg-gcc-tools/cross-gcc/releases/latest/download/gcc-m68k-13.deb
5555

5656
- name: Download VM artifact
57-
uses: dawidd6/action-download-artifact@v2
58-
with:
59-
workflow: m68k.yml
60-
name: debian-m68k
61-
repo: cross-cg-gcc-tools/vms
62-
branch: master
63-
event: push
57+
run: curl -LO https://github.com/cross-cg-gcc-tools/vms/releases/latest/download/debian-m68k.img
6458

6559
- name: Setup path to libgccjit
6660
run: |

0 commit comments

Comments
 (0)