Skip to content

Commit

Permalink
make rustup update run on the runners
Browse files Browse the repository at this point in the history
  • Loading branch information
realbigsean committed Feb 15, 2024
1 parent 1be438e commit d097e9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Get latest version of stable Rust
if: env.SELF_HOSTED_RUNNERS == 'false'
# if: env.SELF_HOSTED_RUNNERS == 'false'
uses: moonrepo/setup-rust@v1
with:
channel: stable
Expand Down

0 comments on commit d097e9b

Please sign in to comment.