Skip to content

Commit

Permalink
ci: install packwiz for client workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tboerger committed Jan 17, 2024
1 parent 7735f3f commit 765a635
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ jobs:
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: eu-central-1

- name: Install packwiz
id: packwiz
uses: actionhippie/install-packwiz@v1

- name: Build package
id: package
run: make build
Expand Down

0 comments on commit 765a635

Please sign in to comment.