We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b14c6d4 commit 8edb296Copy full SHA for 8edb296
.github/workflows/ci.yml
@@ -76,6 +76,7 @@ jobs:
76
with:
77
distribution: 'adopt'
78
java-version: '11'
79
+ - run: choco install curl
80
- name: Test windows
81
run: gradle mingwX64Test
82
- name: Archive test results
.github/workflows/release.yml
@@ -73,6 +73,7 @@ jobs:
73
74
75
- name: Publish windows
run: gradle publishMingwX64PublicationToNexusRepository
release_docs:
0 commit comments