Skip to content

Commit

Permalink
Merge pull request #2 from jhrozek/rustup
Browse files Browse the repository at this point in the history
Answer yes to rustup questions
  • Loading branch information
jhrozek authored Dec 20, 2023
2 parents a9459e4 + 2ffb98a commit 1d2e528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- name: Install Rust
run: |
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
source $HOME/.cargo/env
- name: Build
Expand Down

0 comments on commit 1d2e528

Please sign in to comment.