Skip to content

Commit

Permalink
ci: add -y to apt update when installing cross-compiles tools;
Browse files Browse the repository at this point in the history
  • Loading branch information
bnjbvr committed Mar 15, 2021
1 parent 741dc81 commit 2013ea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ jobs:
- name: Install cross-compilation tools
run: |
set -ex
sudo apt-get update
sudo apt-get update -y
sudo apt-get install -y ${{ matrix.gcc_package }}
# Download and build qemu from source since the most recent release is
Expand Down

0 comments on commit 2013ea2

Please sign in to comment.