Skip to content

Commit b0e7940

Browse files
authored
Merge pull request #271 from oech3/patch-1
Don't apt-get runner preinstalled utils
2 parents 398ee76 + 89b7a03 commit b0e7940

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/GnuTests.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,7 @@ jobs:
4747
ref: 'master'
4848
persist-credentials: false
4949

50-
#### Build environment setup
51-
- name: Install dependencies
52-
shell: bash
53-
run: |
54-
## Install dependencies for sed testing (no need to build GNU sed)
55-
sudo apt-get update
56-
sudo apt-get install -y jq perl
50+
# Omit installing part of https://github.com/actions/runner-images/tree/main/images/ubuntu
5751

5852
### Build
5953
- name: Build Rust sed binary

0 commit comments

Comments
 (0)