Skip to content

Commit

Permalink
apk add
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsiaw committed Feb 5, 2024
1 parent 4a3a60a commit ab809b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: prepare
run: |-
apk update
apk install --no-cache python3 py3-pip
apk add --no-cache python3 py3-pip
pip3 install awscli
- uses: actions/checkout@v3
- name: setup
Expand Down

0 comments on commit ab809b4

Please sign in to comment.