Skip to content

Commit 6e27b89

Browse files
Turbo87Mark-Simulacrum
authored andcommitted
CI: Use pinned Rust version
1 parent 059334d commit 6e27b89

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,16 @@ on:
55
- master
66
pull_request:
77

8+
env:
9+
RUST_VERSION: 1.75.0
10+
811
jobs:
912
build:
1013
runs-on: ubuntu-latest
1114
steps:
1215
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
1316

17+
- run: rustup override set ${{ env.RUST_VERSION }}
1418
- uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3
1519

1620
- run: cargo run

0 commit comments

Comments
 (0)