Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
wenlinlee committed Jul 25, 2024
1 parent 1dc2749 commit 498b3d5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ jobs:
with:
fetch-depth: 5
- name: install CentOS dependencies
run: yum install -y which git openssl-devel openssl wget
run: |
yum clean all
yum install -y which git openssl-devel openssl wget
- name: Set up JDK 1.8
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit 498b3d5

Please sign in to comment.