Skip to content

Commit

Permalink
rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
worksoup committed Nov 29, 2024
1 parent 0c5b316 commit aa3a57a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ jobs:
name: Release Build
runs-on: ubuntu-latest
steps:
- name: set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
cache: gradle
- name: Install Deps
run: |
sudo apt-get install -yqq npm nodejs lua5.4
Expand Down

0 comments on commit aa3a57a

Please sign in to comment.