Skip to content

Commit

Permalink
Install Rust in a hopefully less dumb way
Browse files Browse the repository at this point in the history
  • Loading branch information
thebeanogamer committed Jan 2, 2024
1 parent 2a2b832 commit 1ffd863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
cache: 'npm'

- name: Setup Rust
uses: actions-rust-lang/setup-rust-toolchain@v1
uses: dtolnay/rust-toolchain@stable

- name: Run Tests
run: npm run test

0 comments on commit 1ffd863

Please sign in to comment.