Skip to content

Commit 918a78a

Browse files
Add rust-src to nightly build
1 parent 33fd924 commit 918a78a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ jobs:
6565
run: |
6666
rustup install nightly
6767
rustup default nightly
68+
rustup component add rust-src --toolchain nightly
6869
- name: Build
6970
run: |
7071
cargo build --target ${{ matrix.target }} -Zbuild-std=core
@@ -215,7 +216,9 @@ jobs:
215216
runs-on: ubuntu-latest
216217
needs: [build-all]
217218
steps:
218-
- 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
219222
- run: ./tests.sh
220223

221224
# Gather all the above xxx-all jobs together for the purposes of getting an overall pass-fail

0 commit comments

Comments
 (0)