mirror of
https://github.com/hectorm/hblock.git
synced 2026-04-20 14:06:35 +05:30
Install gawk in the openSUSE container
This commit is contained in:
parent
19e6ac209a
commit
c522873b56
1 changed files with 2 additions and 2 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
|
@ -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'
|
||||
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue