From 5f15932ab43c4007c8109e921d67caf798106c91 Mon Sep 17 00:00:00 2001 From: ochafik Date: Sat, 8 Feb 2025 15:26:20 +0000 Subject: [PATCH] check curl version *before* the choco deps install (temp) --- .github/workflows/build.yml | 25 ++++++++++++++++++++----- 1 file changed, 20 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a5028a4df..647208bbc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -693,7 +693,10 @@ jobs: - name: Clone uses: actions/checkout@v4 - - name: Install Deps + - name: Check curl version BEFORE + run: curl --version + + - name: Install Choco Deps run: | choco install curl @@ -776,7 +779,10 @@ jobs: with: fetch-depth: 0 - - name: Install Deps + - name: Check curl version BEFORE + run: curl --version + + - name: Install Choco Deps run: | choco install ninja curl @@ -964,7 +970,10 @@ jobs: with: fetch-depth: 0 - - name: Install Deps + - name: Check curl version BEFORE + run: curl --version + + - name: Install Choco Deps run: | choco install ninja curl @@ -1109,7 +1118,10 @@ jobs: with: fetch-depth: 0 - - name: Install Deps + - name: Check curl version BEFORE + run: curl --version + + - name: Install Choco Deps run: | choco install curl @@ -1236,7 +1248,10 @@ jobs: with: fetch-depth: 0 - - name: Install Deps + - name: Check curl version BEFORE + run: curl --version + + - name: Install Choco Deps run: | choco install curl