Skip to content

Commit

Permalink
update github action
Browse files Browse the repository at this point in the history
  • Loading branch information
anidotnet committed Nov 30, 2023
1 parent 0a1f655 commit 4a04022
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,17 @@ jobs:
build:
runs-on: ubuntu-latest

name: Run JMH Benchmark
steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.8
uses: actions/setup-java@v1
- uses: actions/checkout@v4
- name: Set up JDK 11
uses: actions/setup-java@v4
with:
java-version: 1.8.0.212
java-version: '11'
distribution: 'zulu'
java-package: jdk
architecture: x64
cache: 'maven'

- name: Grant Execute Permission for Script
run: chmod +x benchmark.sh
Expand Down

0 comments on commit 4a04022

Please sign in to comment.