Skip to content

Commit

Permalink
fix: linux action
Browse files Browse the repository at this point in the history
  • Loading branch information
iammmmmmm committed Sep 14, 2024
1 parent 40c4ed1 commit 1097b53
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Setup Java
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '21'


# Install extra required packaged on top of ubuntu-latest
- name: Install libraries
Expand Down

0 comments on commit 1097b53

Please sign in to comment.