Skip to content

Commit

Permalink
fix urls
Browse files Browse the repository at this point in the history
  • Loading branch information
Haaroon committed Oct 25, 2023
1 parent dd0a43b commit ec9ee70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_rust_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
if: matrix.os == 'ubuntu-latest'
run: |
curl -L https://github.com/mozilla/sccache/releases/download/v0.5.4/sccache-dist-v0.5.4-x86_64-unknown-linux-musl.tar.gz | tar xz
sudo mv sccache-dist-v0.5.4-x86_64-unknown-linux-musl/sccache /usr/local/bin/
sudo mv sccache-dist-v0.5.4-x86_64-unknown-linux-musl/sccache-dist /usr/local/bin/sccache
- name: Install sccache (Windows)
if: matrix.os == 'windows-latest'
Expand Down

0 comments on commit ec9ee70

Please sign in to comment.