Skip to content

Commit

Permalink
Fix CI Rust version to 1.75
Browse files Browse the repository at this point in the history
  • Loading branch information
rharish101 committed Dec 29, 2024
1 parent 7c704d9 commit 29b9e28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v4
- name: Install GTK4
run: sudo apt update && sudo apt install libgtk-4-dev build-essential
- run: rustup toolchain install stable --profile minimal
- run: rustup toolchain install 1.75 --profile minimal
- name: Restore build cache
uses: Swatinem/[email protected]

Expand Down

0 comments on commit 29b9e28

Please sign in to comment.