Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xpenatan committed Jul 30, 2024
1 parent a27fde3 commit dbf57bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/build_and_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,15 +111,7 @@ jobs:
run: ./gradlew download_all_sources

- name: Build project
run: |
# See https://github.com/actions/virtual-environments/issues/2557
sudo mv /Library/Developer/CommandLineTools/SDKs/* /tmp
sudo mv /Applications/Xcode.app /Applications/Xcode.app.bak
sudo mv /Applications/Xcode_14.3.1.app /Applications/Xcode.app
sudo xcode-select -switch /Applications/Xcode.app
/usr/bin/xcodebuild -version
./gradlew :jolt:jolt-build:build_project_macArm
# run: ./gradlew :jolt:jolt-build:build_project_mac64 :jolt:jolt-build:build_project_macArm
run: ./gradlew :jolt:jolt-build:build_project_mac64 :jolt:jolt-build:build_project_macArm

- name: Upload natives
uses: actions/upload-artifact@v4
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ object LibExt {
const val gdxVersion = "1.12.1"
const val teaVMVersion = "0.10.0"
const val gdxTeaVMVersion = "-SNAPSHOT"
const val jParserVersion = "1.0.0-b5"
const val jParserVersion = "-SNAPSHOT"
const val jUnitVersion = "4.12"

const val exampleUseRepoLibs = false
Expand Down

0 comments on commit dbf57bf

Please sign in to comment.