mirror of
https://github.com/hectorm/hblock.git
synced 2026-04-23 07:26:33 +05:30
Adapt tests to Alpine 3.16
This commit is contained in:
parent
3303c9d9e4
commit
bedb3cf50c
2 changed files with 2 additions and 2 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -782,7 +782,7 @@ jobs:
|
|||
image: 'docker.io/node:current-alpine'
|
||||
steps:
|
||||
- name: 'Install packages'
|
||||
run: 'apk add --no-cache ca-certificates curl file idn2-utils make'
|
||||
run: 'apk add --no-cache ca-certificates curl file make'
|
||||
- name: 'Install packages (2nd stage)'
|
||||
run: 'apk add --no-cache m4 rsync'
|
||||
- name: 'Checkout project'
|
||||
|
|
|
|||
|
|
@ -473,7 +473,7 @@ package-npm:
|
|||
- 'build-alpine-latest'
|
||||
image: 'docker.io/node:current-alpine'
|
||||
before_script:
|
||||
- 'apk add --no-cache ca-certificates curl file idn2-utils make'
|
||||
- 'apk add --no-cache ca-certificates curl file make'
|
||||
- 'apk add --no-cache m4 rsync'
|
||||
script:
|
||||
- 'make package-npm'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue