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 33fd924 commit 918a78aCopy full SHA for 918a78a
.github/workflows/build.yml
@@ -65,6 +65,7 @@ jobs:
65
run: |
66
rustup install nightly
67
rustup default nightly
68
+ rustup component add rust-src --toolchain nightly
69
- name: Build
70
71
cargo build --target ${{ matrix.target }} -Zbuild-std=core
@@ -215,7 +216,9 @@ jobs:
215
216
runs-on: ubuntu-latest
217
needs: [build-all]
218
steps:
- - run: sudo apt-get -y update && sudo apt-get -y install qemu
219
+ - run: sudo apt-get -y update && sudo apt-get -y install qemu-system-arm
220
+ - name: Checkout
221
+ uses: actions/checkout@v4
222
- run: ./tests.sh
223
224
# Gather all the above xxx-all jobs together for the purposes of getting an overall pass-fail
0 commit comments