Skip to content

Commit 5f6f3e0

Browse files
authored
Update build.yml
Update apt repository in build CI pipeline
1 parent faf6633 commit 5f6f3e0

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ jobs:
1414
with:
1515
submodules: 'true'
1616
- name: install build dependencies
17-
run: sudo apt -qq -y install autoconf automake autotools-dev curl python3 libmpc-dev libmpfr-dev libgmp-dev gawk build-essential bison flex texinfo gperf libtool patchutils bc zlib1g-dev libexpat-dev
17+
run: sudo apt-get update -y && sudo apt-get -qq -y install autoconf automake autotools-dev curl python3 libmpc-dev libmpfr-dev libgmp-dev gawk build-essential bison flex texinfo gperf libtool patchutils bc zlib1g-dev libexpat-dev
1818
- name: install OpenSBI dependencies
19-
run: sudo apt -qq -y install clang
19+
run: sudo apt-get update -y && sudo apt-get -qq -y install clang
2020
- name: install Qemu dependencies
21-
run: sudo apt -qq -y install git libglib2.0-dev libfdt-dev libpixman-1-dev zlib1g-dev ninja-build python3-venv libslirp-dev xz-utils
21+
run: sudo apt-get update -y && sudo apt-get -qq -y install git libglib2.0-dev libfdt-dev libpixman-1-dev zlib1g-dev ninja-build python3-venv libslirp-dev xz-utils
2222
- name: install Buildroot dependencies
23-
run: sudo apt -qq -y install unzip sed binutils diffutils build-essential bash patch gzip bzip2 perl tar cpio unzip rsync file bc findutils
23+
run: sudo apt-get update -y && sudo apt-get -qq -y install unzip sed binutils diffutils build-essential bash patch gzip bzip2 perl tar cpio unzip rsync file bc findutils
2424
- name: install utilities
25-
run: sudo apt install -y sshpass
25+
run: sudo apt-get update -y && sudo apt-get -qq install -y sshpass
2626
- name: install rust
2727
run: curl https://sh.rustup.rs -sSf | sh -s -- -y
2828
- name: install rust nightly

0 commit comments

Comments
 (0)