check curl version *before* the choco deps install (temp)

This commit is contained in:
ochafik 2025-02-08 15:26:20 +00:00
parent d37d309335
commit 5f15932ab4

View file

@ -693,7 +693,10 @@ jobs:
- name: Clone - name: Clone
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Install Deps - name: Check curl version BEFORE
run: curl --version
- name: Install Choco Deps
run: | run: |
choco install curl choco install curl
@ -776,7 +779,10 @@ jobs:
with: with:
fetch-depth: 0 fetch-depth: 0
- name: Install Deps - name: Check curl version BEFORE
run: curl --version
- name: Install Choco Deps
run: | run: |
choco install ninja curl choco install ninja curl
@ -964,7 +970,10 @@ jobs:
with: with:
fetch-depth: 0 fetch-depth: 0
- name: Install Deps - name: Check curl version BEFORE
run: curl --version
- name: Install Choco Deps
run: | run: |
choco install ninja curl choco install ninja curl
@ -1109,7 +1118,10 @@ jobs:
with: with:
fetch-depth: 0 fetch-depth: 0
- name: Install Deps - name: Check curl version BEFORE
run: curl --version
- name: Install Choco Deps
run: | run: |
choco install curl choco install curl
@ -1236,7 +1248,10 @@ jobs:
with: with:
fetch-depth: 0 fetch-depth: 0
- name: Install Deps - name: Check curl version BEFORE
run: curl --version
- name: Install Choco Deps
run: | run: |
choco install curl choco install curl