Skip to content

Commit b32e867

Browse files
committed
ci: remove native job
1 parent 9a76821 commit b32e867

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.github/workflows/build.yaml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,6 @@ permissions:
1616
pull-requests: write
1717
contents: write
1818
jobs:
19-
linux-x86_64:
20-
runs-on: ubuntu-22.04
21-
steps:
22-
- uses: silenium-dev/actions/jni-natives/ubuntu@main
23-
with:
24-
gradle-cache-encryption-key: ${{ secrets.GRADLE_CACHE_ENCRYPTION_KEY }}
25-
snapshot-repo-url: "https://reposilite.silenium.dev/snapshots"
26-
release-repo-url: "https://reposilite.silenium.dev/releases"
27-
repo-username: ${{ secrets.REPOSILITE_USERNAME }}
28-
repo-password: ${{ secrets.REPOSILITE_PASSWORD }}
29-
tests: false
30-
java-version: 11
31-
platform: ${{ github.job }}
3219
kotlin:
3320
runs-on: ubuntu-22.04
3421
steps:

0 commit comments

Comments
 (0)