Skip to content

Commit

Permalink
Gradle Permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
TheArchitect123 committed Jan 28, 2025
1 parent e67f428 commit b49797d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
distribution: 'zulu'
java-version: '17'

- name: Fix libjansi permissions
run: chmod +x ~/.gradle/native/jansi/1.18/osx/libjansi.jnilib

# Step 3: Build Artifacts
- name: Build Artifacts And Publish
run: |
Expand Down
1 change: 1 addition & 0 deletions shared/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ kotlin {

implementation("io.github.thearchitect123:kmpEssentials:1.8.5")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.0")
implementation("org.fusesource.jansi:jansi:2.4.1")
}
}

Expand Down

0 comments on commit b49797d

Please sign in to comment.