Skip to content

Commit 8edb296

Browse files
committed
install curl on windows machines
1 parent b14c6d4 commit 8edb296

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ jobs:
7676
with:
7777
distribution: 'adopt'
7878
java-version: '11'
79+
- run: choco install curl
7980
- name: Test windows
8081
run: gradle mingwX64Test
8182
- name: Archive test results

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ jobs:
7373
with:
7474
distribution: 'adopt'
7575
java-version: '11'
76+
- run: choco install curl
7677
- name: Publish windows
7778
run: gradle publishMingwX64PublicationToNexusRepository
7879
release_docs:

0 commit comments

Comments
 (0)