Skip to content

Commit 1ddbc7f

Browse files
committed
It's apk add not install
1 parent ace3187 commit 1ddbc7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-fips.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: |
4848
python3 -c 'import _hashlib; assert _hashlib.get_fips_mode() == 1'
4949
- name: install run_tests.sh requirements
50-
run: apk install netcat-openbsd tzdata
50+
run: apk add netcat-openbsd tzdata
5151
- run: |
5252
python3 -c 'from zoneinfo import ZoneInfo ; assert ZoneInfo("America/Chicago")'
5353
- name: Run tests

0 commit comments

Comments
 (0)