Skip to content

Commit

Permalink
explicitly set Rust toolchain version
Browse files Browse the repository at this point in the history
  • Loading branch information
zth committed May 22, 2024
1 parent fd6bb88 commit 012c207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
CI: true
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
toolchain: 1.73.0
override: true
- name: Install esy
run: npm install -g esy
Expand Down

0 comments on commit 012c207

Please sign in to comment.