Skip to content

Commit 39d6882

Browse files
committed
Make sure the toolchain is up-to-date in cross builds
1 parent 139ca3c commit 39d6882

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/cross.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ jobs:
3636
- name: Checkout
3737
uses: actions/checkout@v4
3838

39+
- name: Update toolchain
40+
run: rustup update --no-self-update stable && rustup default stable
41+
3942
- name: Add toolchain target
4043
run: rustup target add ${{ matrix.target }}
4144
if: contains(matrix.target, 'gnullvm') == false

0 commit comments

Comments
 (0)