Skip to content

Commit

Permalink
install unzip
Browse files Browse the repository at this point in the history
  • Loading branch information
jrhee17 committed Sep 5, 2023
1 parent e5a6203 commit 5c8e8c1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/gradle-cache-check.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Update Public Suffix List
on:
schedule:
- cron: '0 * * * *'
- cron: '10 * * * *'

env:
LC_ALL: "en_US.UTF-8"
Expand All @@ -19,6 +19,11 @@ jobs:
distribution: 'temurin'
java-version: '19'


- name: Install unzip
run: |
sudo apt-get -y install unzip
- name: Download script
run: curl -s -L -O https://github.com/gradle/gradle-enterprise-build-validation-scripts/releases/download/v2.5/gradle-enterprise-gradle-build-validation-2.5.zip && \
unzip -q gradle-enterprise-gradle-build-validation-2.5.zip && \
Expand Down

0 comments on commit 5c8e8c1

Please sign in to comment.