Skip to content

Commit

Permalink
Update usvm ref (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
ancavar authored Sep 5, 2024
1 parent 7ecc66a commit 03003dc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_and_run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:
poetry add --group dev poethepoet
- name: Setup Java
uses: actions/setup-java@v4
uses: actions/setup-java@v3.5.0
with:
distribution: 'oracle'
java-version: '21'
distribution: 'zulu'
java-version: '11'
cache: 'maven'

- name: Build V# game server
Expand Down
2 changes: 1 addition & 1 deletion GameServers/usvm
Submodule usvm updated from bffcc5 to 43e74c

0 comments on commit 03003dc

Please sign in to comment.