Skip to content

Commit

Permalink
Install gawk in the openSUSE container
Browse files Browse the repository at this point in the history
  • Loading branch information
hectorm committed Aug 16, 2023
1 parent 19e6ac2 commit c522873
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
container: 'docker.io/opensuse/tumbleweed:latest'
steps:
- name: 'Install packages'
run: 'zypper install -y ca-certificates curl file gzip libidn2-tools make tar'
run: 'zypper install -y ca-certificates curl file gawk gzip libidn2-tools make tar'
- name: 'Checkout project'
uses: 'actions/checkout@v3'
- name: 'Test project'
Expand Down Expand Up @@ -577,7 +577,7 @@ jobs:
container: 'docker.io/opensuse/tumbleweed:latest'
steps:
- name: 'Install packages'
run: 'zypper install -y ca-certificates curl file gzip libidn2-tools make tar'
run: 'zypper install -y ca-certificates curl file gawk gzip libidn2-tools make tar'
- name: 'Checkout project'
uses: 'actions/checkout@v3'
- name: 'Build project'
Expand Down

0 comments on commit c522873

Please sign in to comment.