Skip to content

Commit

Permalink
removed zip install
Browse files Browse the repository at this point in the history
  • Loading branch information
jerouris committed Sep 19, 2024
1 parent 0840f27 commit d43f629
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-deploy-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
- name: Checkout source code
uses: actions/checkout@v2

- name: Install zip
run: apt install -y zip
# - name: Install zip
# run: apt install -y zip

- name: Build Spec
run: bash ./build.sh
Expand Down

0 comments on commit d43f629

Please sign in to comment.