Skip to content

Commit

Permalink
fix zip
Browse files Browse the repository at this point in the history
  • Loading branch information
holyjak committed Jul 1, 2024
1 parent adf15de commit b75894b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ jobs:
distribution: 'zulu'
java-version: '11'

- name: Install prerequisites
run: |
apt-get -y update
apt-get -y install zip curl
- name: Install clojure tools
uses: DeLaGuardo/[email protected]
with:
Expand Down

0 comments on commit b75894b

Please sign in to comment.