diff options
| author | antoyo <antoyo@users.noreply.github.com> | 2025-07-02 10:51:30 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-02 10:51:30 -0400 |
| commit | bd100e241bd5ce9fcfb5ecdd0d8c1b256f06593e (patch) | |
| tree | 9777eb926cf8630123965bfc96da9d41ea24b1cf | |
| parent | 4b5c44b14166083eef8d71f15f5ea1f53fc976a0 (diff) | |
| parent | 0b61286dd3a95522a5c9acea6d941fc27500cd38 (diff) | |
| download | rust-bd100e241bd5ce9fcfb5ecdd0d8c1b256f06593e.tar.gz rust-bd100e241bd5ce9fcfb5ecdd0d8c1b256f06593e.zip | |
Merge pull request #727 from rust-lang/test/ci
Fix m68k CI
| -rw-r--r-- | .github/workflows/m68k.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/m68k.yml b/.github/workflows/m68k.yml index 245bee7f2a3..179b36c1c7e 100644 --- a/.github/workflows/m68k.yml +++ b/.github/workflows/m68k.yml @@ -59,14 +59,12 @@ jobs: - name: Setup path to libgccjit run: | - sudo dpkg -i gcc-m68k-15.deb + sudo dpkg --force-overwrite -i gcc-m68k-15.deb echo 'gcc-path = "/usr/lib/"' > config.toml - name: Set env run: | echo "workspace="$GITHUB_WORKSPACE >> $GITHUB_ENV - - #- name: Cache rust repository ## We only clone the rust repository for rustc tests |
