Skip to content

Commit

Permalink
Pin Rust version on Linux.
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAlex94 committed May 28, 2024
1 parent 9f34d32 commit 88506d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -950,6 +950,8 @@ jobs:
sudo mv 7zz /usr/local/bin/7z
- name: "\U0001F4E4 Checkout"
uses: actions/checkout@v4
- name: "🦀 Pin Rust version"
run: rustup default 1.77.2
- name: "\U0001F4E3 Override version_display.txt"
if: ${{ inputs.TRIGGER_EVENT == 'workflow_dispatch' }}
run: |
Expand Down

1 comment on commit 88506d8

@prplwtf
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

new release yay

Please sign in to comment.