We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ae4500 commit 9772b1cCopy full SHA for 9772b1c
1 file changed
.github/workflows/run-gnu-test.yml
@@ -28,11 +28,10 @@ jobs:
28
- name: Install dependencies
29
run: |
30
sudo apt-get update --quiet
31
+ # omit preinstalled tools <https://github.com/actions/runner-images/tree/main/images/ubuntu>
32
sudo apt-get install -y \
- 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
+ autopoint gettext bc socat ntp squashfs-tools \
+ libcap-ng-dev libpam-dev libudev-dev python3-dev libmount-dev libclang-dev libsmartcols-dev
36
- name: Build GNU tests
37
38
cd gnu-util-linux
0 commit comments