We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9513b4d commit 9651cd7Copy full SHA for 9651cd7
.github/workflows/build.yml
@@ -27,9 +27,5 @@ jobs:
27
runs-on: ubuntu-latest
28
steps:
29
- uses: actions/checkout@v4
30
- - uses: actions-rs/toolchain@v1
31
- with:
32
- toolchain: stable
33
- profile: minimal
34
- override: true
+ - uses: dtolnay/rust-toolchain@stable
35
- run: cargo build -p piltover
.github/workflows/check.yml
@@ -38,7 +38,9 @@ jobs:
38
39
40
- uses: dtolnay/rust-toolchain@stable
41
- - uses: dtolnay/rust-toolchain@nightly-2024-08-28
+ - uses: dtolnay/rust-toolchain
42
+ with:
43
+ toolchain: nightly-2024-08-28
44
- uses: asdf-vm/actions/install@v3.0.2
45
- name: Generate bindings
46
run: bash scripts/generate_bindings.sh
0 commit comments