Skip to content

Commit 4a7be1d

Browse files
committed
Just testing deploy
1 parent 83fbb93 commit 4a7be1d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
build:
1313
strategy:
1414
matrix:
15-
os: [ macOS-latest, windows-latest, ubuntu-18.04 ]
15+
os: [ macOS-latest, windows-latest ]
1616
runs-on: ${{matrix.os}}
1717
steps:
1818
- name: Checkout the repo

sqliter-driver/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ kotlin {
9999
if(!HostManager.hostIsLinux) {
100100
tasks.findByName("linuxX64Test")?.enabled = false
101101
tasks.findByName("linkDebugTestLinuxX64")?.enabled = false
102+
tasks.findByName("publishLinuxX64PublicationToMavenRepository")?.enabled = false
102103
}
103104

104105
apply(from = "../gradle/gradle-mvn-mpp-push.gradle")

0 commit comments

Comments
 (0)