Skip to content

Commit

Permalink
try to set specific version
Browse files Browse the repository at this point in the history
  • Loading branch information
bast committed Nov 29, 2024
1 parent e41f7cf commit cf17edb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

# - name: Install Rust and set a specific version
# run: |
# curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
# source $HOME/.cargo/env
# rustup install 1.72.0
# rustup default 1.72.0
- name: Install Rust and set a specific version
run: |
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
source $HOME/.cargo/env
rustup install 1.72.0
rustup default 1.72.0
- name: Display Rust version
run: cargo --version
Expand Down

0 comments on commit cf17edb

Please sign in to comment.