Skip to content

Commit de8c4d6

Browse files
committed
fix: switch toolchain to nightly
1 parent 51d3642 commit de8c4d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
uses: actions-rs/toolchain@v1
4949
with:
5050
profile: minimal
51-
toolchain: stable
51+
toolchain: nightly
5252
target: ${{ matrix.target }}
5353
override: true
5454

@@ -88,7 +88,7 @@ jobs:
8888

8989
steps:
9090
- name: Checkout repository
91-
uses: actions/checkout@v4
91+
uses: actions/checkout@v4.2.2
9292

9393
- name: Set up Git
9494
run: |

0 commit comments

Comments
 (0)