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 3797580
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/actions/install-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ runs:
- name: Check out repository
uses: actions/checkout@v3

- name: Update Rust
run: rustup update

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

0 comments on commit 3797580

Please sign in to comment.