Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsiaw committed Feb 5, 2024
1 parent f057701 commit 486b0a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
- name: prepare
run: |-
apk apk --update-cache python3 py3-pip
apk update
apk --no-cache python3 py3-pip
pip3 install awscli
- uses: actions/checkout@v3
- name: setup
Expand Down

0 comments on commit 486b0a1

Please sign in to comment.