Skip to content

Commit

Permalink
gh: Switch back to previous Rust installer
Browse files Browse the repository at this point in the history
  • Loading branch information
dinfuehr committed Feb 6, 2025
1 parent 68e2384 commit 9f1f2cf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,9 @@ jobs:
submodules: true

- name: Install Rust
uses: actions-rust-lang/setup-rust-toolchain@v1
uses: hecrj/setup-rust-action@v1
with:
rust-version: "stable"

- name: Install Ruby
uses: ruby/setup-ruby@v1
Expand Down

0 comments on commit 9f1f2cf

Please sign in to comment.