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.
2 parents 4b5c44b + 0b61286 commit bd100e2Copy full SHA for bd100e2
.github/workflows/m68k.yml
@@ -59,14 +59,12 @@ jobs:
59
60
- name: Setup path to libgccjit
61
run: |
62
- sudo dpkg -i gcc-m68k-15.deb
+ sudo dpkg --force-overwrite -i gcc-m68k-15.deb
63
echo 'gcc-path = "/usr/lib/"' > config.toml
64
65
- name: Set env
66
67
echo "workspace="$GITHUB_WORKSPACE >> $GITHUB_ENV
68
-
69
70
71
#- name: Cache rust repository
72
## We only clone the rust repository for rustc tests
0 commit comments