We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 139ca3c commit 39d6882Copy full SHA for 39d6882
.github/workflows/cross.yml
@@ -36,6 +36,9 @@ jobs:
36
- name: Checkout
37
uses: actions/checkout@v4
38
39
+ - name: Update toolchain
40
+ run: rustup update --no-self-update stable && rustup default stable
41
+
42
- name: Add toolchain target
43
run: rustup target add ${{ matrix.target }}
44
if: contains(matrix.target, 'gnullvm') == false
0 commit comments