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 111b339 commit 03f299bCopy full SHA for 03f299b
.github/workflows/m68k.yml
@@ -54,13 +54,7 @@ jobs:
54
run: curl -LO https://github.com/cross-cg-gcc-tools/cross-gcc/releases/latest/download/gcc-m68k-13.deb
55
56
- 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
+ run: curl -LO https://github.com/cross-cg-gcc-tools/vms/releases/latest/download/debian-m68k.img
64
65
- name: Setup path to libgccjit
66
run: |
0 commit comments