From b6569c4a6da1b54bc60af7dbf4444f8d4890a88d Mon Sep 17 00:00:00 2001 From: rami3l Date: Mon, 3 Jun 2024 11:06:55 +0800 Subject: [PATCH] d --- .github/workflows/ci.yaml | 9 +++++++++ ci/actions-templates/windows-builds-template.yaml | 3 +++ 2 files changed, 12 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9640d3270a..1c3978a0bb 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -47,7 +47,10 @@ jobs: run: | git fetch --no-tags --prune --depth=1 origin +refs/tags/*:refs/tags/* - name: Display the current git status + shell: bash run: | + which x86_64-w64-mingw32-gcc + x86_64-w64-mingw32-gcc --version git status git describe - name: Prep cargo dirs @@ -182,7 +185,10 @@ jobs: run: | git fetch --no-tags --prune --depth=1 origin +refs/tags/*:refs/tags/* - name: Display the current git status + shell: bash run: | + which x86_64-w64-mingw32-gcc + x86_64-w64-mingw32-gcc --version git status git describe - name: Prep cargo dirs @@ -321,7 +327,10 @@ jobs: run: | git fetch --no-tags --prune --depth=1 origin +refs/tags/*:refs/tags/* - name: Display the current git status + shell: bash run: | + which x86_64-w64-mingw32-gcc + x86_64-w64-mingw32-gcc --version git status git describe - name: Prep cargo dirs diff --git a/ci/actions-templates/windows-builds-template.yaml b/ci/actions-templates/windows-builds-template.yaml index 1755c3ebc2..7931b1fed1 100644 --- a/ci/actions-templates/windows-builds-template.yaml +++ b/ci/actions-templates/windows-builds-template.yaml @@ -39,7 +39,10 @@ jobs: # skip-master skip-pr skip-stable run: | git fetch --no-tags --prune --depth=1 origin +refs/tags/*:refs/tags/* - name: Display the current git status + shell: bash run: | + which x86_64-w64-mingw32-gcc + x86_64-w64-mingw32-gcc --version git status git describe - name: Prep cargo dirs