Skip to content

Commit

Permalink
Adds CI step to update Rust on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
ultimaweapon committed Sep 5, 2024
1 parent e8ab257 commit 2a7b2fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y flatpak flatpak-builder
- name: Update Rust
run: rustup update stable
- name: Add additional Rust targets
run: rustup target add x86_64-unknown-none
- name: Lint Rust sources
Expand Down

0 comments on commit 2a7b2fc

Please sign in to comment.