We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 059334d commit 6e27b89Copy full SHA for 6e27b89
.github/workflows/main.yml
@@ -5,12 +5,16 @@ on:
5
- master
6
pull_request:
7
8
+env:
9
+ RUST_VERSION: 1.75.0
10
+
11
jobs:
12
build:
13
runs-on: ubuntu-latest
14
steps:
15
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
16
17
+ - run: rustup override set ${{ env.RUST_VERSION }}
18
- uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3
19
20
- run: cargo run
0 commit comments