Skip to content

Commit

Permalink
adapt linux build file
Browse files Browse the repository at this point in the history
  • Loading branch information
kathrin-7978 committed Sep 5, 2024
1 parent 5fd0c46 commit b3dd349
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up JDK 21
uses: actions/setup-java@v3
with:
java-version: '21-ea'
java-version: '21'
distribution: 'temurin'
cache: maven
- name: Install required packages
Expand All @@ -26,7 +26,7 @@ jobs:
- name: Run headless test
uses: coactions/setup-xvfb@v1
with:
run: mvn -B test -Plinux -Pci-build -Dno-native-profile
run: mvn -X test -Plinux -Pci-build -Dno-native-profile
- name: Describe current commit
run: echo "commit_sha=${GITHUB_SHA::7}" >> $GITHUB_ENV
- name: Remove Previous Build Artifacts
Expand Down

0 comments on commit b3dd349

Please sign in to comment.