Skip to content

Commit

Permalink
ci: install zip
Browse files Browse the repository at this point in the history
  • Loading branch information
nmammeri committed Jul 3, 2024
1 parent 8a0d2ab commit 8febaa7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/install-graalvm-linux.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#!/bin/bash
set -e -x

yum install -y zip

curl -s "https://get.sdkman.io" | sh -s -- -y
source "$HOME/.sdkman/bin/sdkman-init.sh"

Expand Down

0 comments on commit 8febaa7

Please sign in to comment.