Skip to content

Commit

Permalink
remove linuxX64 target
Browse files Browse the repository at this point in the history
  • Loading branch information
tallnato committed Aug 25, 2024
1 parent 72c3c53 commit caf6b2e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ jobs:
os: macos-latest
- target: jvmTest
os: ubuntu-latest
- target: linuxX64Test
os: ubuntu-latest
- target: testDebugUnitTest
os: ubuntu-latest
- target: testReleaseUnitTest
Expand Down
1 change: 0 additions & 1 deletion kmvi/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ plugins {

kotlin {
jvm()
linuxX64()

androidTarget {
compilations.all {
Expand Down

0 comments on commit caf6b2e

Please sign in to comment.