Skip to content

Commit

Permalink
Update Rust in install-env workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gbolmier committed Jun 18, 2024
1 parent a9f82be commit d364831
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/actions/install-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ runs:
- name: Check out repository
uses: actions/checkout@v3

- name: Update Rust
shell: bash
run: rustup update

- name: Set up Python
id: set-up-python
uses: actions/setup-python@v4
Expand Down

0 comments on commit d364831

Please sign in to comment.