Skip to content

Commit 9772b1c

Browse files
oech3cakebaker
authored andcommitted
run-gnu-test.yml:Don't apt-get preinstalled tools
1 parent 4ae4500 commit 9772b1c

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/run-gnu-test.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,10 @@ jobs:
2828
- name: Install dependencies
2929
run: |
3030
sudo apt-get update --quiet
31+
# omit preinstalled tools <https://github.com/actions/runner-images/tree/main/images/ubuntu>
3132
sudo apt-get install -y \
32-
build-essential autoconf automake autopoint pkg-config \
33-
libtool gettext bison \
34-
bc socat ntp iproute2 squashfs-tools \
35-
libcap-ng-dev libpam-dev libudev-dev python3-dev libmount-dev libclang-dev libsmartcols-dev curl
33+
autopoint gettext bc socat ntp squashfs-tools \
34+
libcap-ng-dev libpam-dev libudev-dev python3-dev libmount-dev libclang-dev libsmartcols-dev
3635
- name: Build GNU tests
3736
run: |
3837
cd gnu-util-linux

0 commit comments

Comments
 (0)