Skip to content

Commit

Permalink
ci: run 'apt-get update' before installing qemu-utils
Browse files Browse the repository at this point in the history
Signed-off-by: Ming Lei <ming.lei@redhat.com>
  • Loading branch information
Ming Lei committed Jan 14, 2024
1 parent fe4cca8 commit 7fa8660
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
- stable
steps:
- uses: actions/checkout@v3
- run: sudo apt-get update
- run: sudo apt-get install -y qemu-utils
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
- run: cargo build --verbose
Expand Down

0 comments on commit 7fa8660

Please sign in to comment.