Skip to content

Commit

Permalink
fix: use graalvm java in GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
SingularityKChen committed Oct 19, 2023
1 parent 0ba4c63 commit 0e7f659
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ jobs:
runs-on: ubuntu-latest
container: archlinux/archlinux:latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
- uses: actions/checkout@v4
- uses: graalvm/setup-graalvm@v1
with:
java-version: '11'
distribution: 'graalvm'
- name: Install dependencies
run: pacman -Syu --noconfirm make parallel wget cmake ninja verilator git llvm clang python autoconf automake
- name: Test
Expand Down

0 comments on commit 0e7f659

Please sign in to comment.