mirror of
https://github.com/hectorm/hblock.git
synced 2026-04-22 23:16:36 +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'
|
container: 'docker.io/opensuse/tumbleweed:latest'
|
||||||
steps:
|
steps:
|
||||||
- name: 'Install packages'
|
- 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'
|
- name: 'Checkout project'
|
||||||
uses: 'actions/checkout@v3'
|
uses: 'actions/checkout@v3'
|
||||||
- name: 'Test project'
|
- name: 'Test project'
|
||||||
|
|
@ -577,7 +577,7 @@ jobs:
|
||||||
container: 'docker.io/opensuse/tumbleweed:latest'
|
container: 'docker.io/opensuse/tumbleweed:latest'
|
||||||
steps:
|
steps:
|
||||||
- name: 'Install packages'
|
- 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'
|
- name: 'Checkout project'
|
||||||
uses: 'actions/checkout@v3'
|
uses: 'actions/checkout@v3'
|
||||||
- name: 'Build project'
|
- name: 'Build project'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue