Skip to content

Commit 1bbe594

Browse files
committed
Fix installation of libgccjit for m68k
1 parent 1d2b874 commit 1bbe594

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/m68k.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757

5858
- name: Setup path to libgccjit
5959
run: |
60-
sudo dpkg -i gcc-m68k-15.deb
60+
sudo dpkg --force-overwrite -i gcc-m68k-15.deb
6161
echo 'gcc-path = "/usr/lib/"' > config.toml
6262
6363
- name: Set env

0 commit comments

Comments
 (0)