Skip to content

Commit

Permalink
CI: multi-platform support x3
Browse files Browse the repository at this point in the history
  • Loading branch information
smartcmd committed Feb 11, 2024
1 parent a2fdd1c commit 94c9fec
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ jobs:

- name: Build Linux Native Executable
if: matrix.os == 'ubuntu-latest'
run: ./gradlew nativeCompile
run: |
chmod +x gradlew
./gradlew nativeCompile
- name: Build MacOS Native Executable
if: matrix.os == 'macos-latest'
Expand Down

0 comments on commit 94c9fec

Please sign in to comment.