Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9651cd7

Browse files
committedFeb 5, 2025·
ci wip
1 parent 9513b4d commit 9651cd7

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed
 

‎.github/workflows/build.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,5 @@ jobs:
2727
runs-on: ubuntu-latest
2828
steps:
2929
- uses: actions/checkout@v4
30-
- uses: actions-rs/toolchain@v1
31-
with:
32-
toolchain: stable
33-
profile: minimal
34-
override: true
30+
- uses: dtolnay/rust-toolchain@stable
3531
- run: cargo build -p piltover

‎.github/workflows/check.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@ jobs:
3838
steps:
3939
- uses: actions/checkout@v4
4040
- uses: dtolnay/rust-toolchain@stable
41-
- uses: dtolnay/rust-toolchain@nightly-2024-08-28
41+
- uses: dtolnay/rust-toolchain
42+
with:
43+
toolchain: nightly-2024-08-28
4244
- uses: asdf-vm/actions/install@v3.0.2
4345
- name: Generate bindings
4446
run: bash scripts/generate_bindings.sh

0 commit comments

Comments
 (0)
Please sign in to comment.