Skip to content

Commit 0b61286

Browse files
committed
Fix m68k CI
1 parent 4b5c44b commit 0b61286

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/m68k.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,12 @@ jobs:
5959

6060
- name: Setup path to libgccjit
6161
run: |
62-
sudo dpkg -i gcc-m68k-15.deb
62+
sudo dpkg --force-overwrite -i gcc-m68k-15.deb
6363
echo 'gcc-path = "/usr/lib/"' > config.toml
6464
6565
- name: Set env
6666
run: |
6767
echo "workspace="$GITHUB_WORKSPACE >> $GITHUB_ENV
68-
69-
7068
7169
#- name: Cache rust repository
7270
## We only clone the rust repository for rustc tests

0 commit comments

Comments
 (0)