We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 398ee76 + 89b7a03 commit b0e7940Copy full SHA for b0e7940
.github/workflows/GnuTests.yml
@@ -47,13 +47,7 @@ jobs:
47
ref: 'master'
48
persist-credentials: false
49
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
+ # Omit installing part of https://github.com/actions/runner-images/tree/main/images/ubuntu
57
58
### Build
59
- name: Build Rust sed binary
0 commit comments