Skip to content

Commit 9ed86cb

Browse files
authored
Merge pull request #31 from Rust-for-Linux/rust-ci
Fix CI
2 parents 2f00eaa + b813507 commit 9ed86cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
steps:
1414
# Setup
1515
- uses: actions/checkout@v2
16+
- run: sudo apt update
1617
- run: sudo apt install libelf-dev qemu-system-x86 busybox-static
1718
- run: rustup default nightly-2020-08-27
1819
- run: rustup component add rust-src

0 commit comments

Comments
 (0)