Skip to content

Commit 5f15932

Browse files
author
ochafik
committed
check curl version *before* the choco deps install (temp)
1 parent d37d309 commit 5f15932

File tree

1 file changed

+20
-5
lines changed

1 file changed

+20
-5
lines changed

.github/workflows/build.yml

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -693,7 +693,10 @@ jobs:
693693
- name: Clone
694694
uses: actions/checkout@v4
695695

696-
- name: Install Deps
696+
- name: Check curl version BEFORE
697+
run: curl --version
698+
699+
- name: Install Choco Deps
697700
run: |
698701
choco install curl
699702
@@ -776,7 +779,10 @@ jobs:
776779
with:
777780
fetch-depth: 0
778781

779-
- name: Install Deps
782+
- name: Check curl version BEFORE
783+
run: curl --version
784+
785+
- name: Install Choco Deps
780786
run: |
781787
choco install ninja curl
782788
@@ -964,7 +970,10 @@ jobs:
964970
with:
965971
fetch-depth: 0
966972

967-
- name: Install Deps
973+
- name: Check curl version BEFORE
974+
run: curl --version
975+
976+
- name: Install Choco Deps
968977
run: |
969978
choco install ninja curl
970979
@@ -1109,7 +1118,10 @@ jobs:
11091118
with:
11101119
fetch-depth: 0
11111120

1112-
- name: Install Deps
1121+
- name: Check curl version BEFORE
1122+
run: curl --version
1123+
1124+
- name: Install Choco Deps
11131125
run: |
11141126
choco install curl
11151127
@@ -1236,7 +1248,10 @@ jobs:
12361248
with:
12371249
fetch-depth: 0
12381250

1239-
- name: Install Deps
1251+
- name: Check curl version BEFORE
1252+
run: curl --version
1253+
1254+
- name: Install Choco Deps
12401255
run: |
12411256
choco install curl
12421257

0 commit comments

Comments
 (0)