Skip to content

Commit b6569c4

Browse files
committed
d
1 parent b672624 commit b6569c4

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.github/workflows/ci.yaml

+9
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,10 @@ jobs:
4747
run: |
4848
git fetch --no-tags --prune --depth=1 origin +refs/tags/*:refs/tags/*
4949
- name: Display the current git status
50+
shell: bash
5051
run: |
52+
which x86_64-w64-mingw32-gcc
53+
x86_64-w64-mingw32-gcc --version
5154
git status
5255
git describe
5356
- name: Prep cargo dirs
@@ -182,7 +185,10 @@ jobs:
182185
run: |
183186
git fetch --no-tags --prune --depth=1 origin +refs/tags/*:refs/tags/*
184187
- name: Display the current git status
188+
shell: bash
185189
run: |
190+
which x86_64-w64-mingw32-gcc
191+
x86_64-w64-mingw32-gcc --version
186192
git status
187193
git describe
188194
- name: Prep cargo dirs
@@ -321,7 +327,10 @@ jobs:
321327
run: |
322328
git fetch --no-tags --prune --depth=1 origin +refs/tags/*:refs/tags/*
323329
- name: Display the current git status
330+
shell: bash
324331
run: |
332+
which x86_64-w64-mingw32-gcc
333+
x86_64-w64-mingw32-gcc --version
325334
git status
326335
git describe
327336
- name: Prep cargo dirs

ci/actions-templates/windows-builds-template.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,10 @@ jobs: # skip-master skip-pr skip-stable
3939
run: |
4040
git fetch --no-tags --prune --depth=1 origin +refs/tags/*:refs/tags/*
4141
- name: Display the current git status
42+
shell: bash
4243
run: |
44+
which x86_64-w64-mingw32-gcc
45+
x86_64-w64-mingw32-gcc --version
4346
git status
4447
git describe
4548
- name: Prep cargo dirs

0 commit comments

Comments
 (0)