File tree 2 files changed +12
-0
lines changed
2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 47
47
run : |
48
48
git fetch --no-tags --prune --depth=1 origin +refs/tags/*:refs/tags/*
49
49
- name : Display the current git status
50
+ shell : bash
50
51
run : |
52
+ which x86_64-w64-mingw32-gcc
53
+ x86_64-w64-mingw32-gcc --version
51
54
git status
52
55
git describe
53
56
- name : Prep cargo dirs
@@ -182,7 +185,10 @@ jobs:
182
185
run : |
183
186
git fetch --no-tags --prune --depth=1 origin +refs/tags/*:refs/tags/*
184
187
- name : Display the current git status
188
+ shell : bash
185
189
run : |
190
+ which x86_64-w64-mingw32-gcc
191
+ x86_64-w64-mingw32-gcc --version
186
192
git status
187
193
git describe
188
194
- name : Prep cargo dirs
@@ -321,7 +327,10 @@ jobs:
321
327
run : |
322
328
git fetch --no-tags --prune --depth=1 origin +refs/tags/*:refs/tags/*
323
329
- name : Display the current git status
330
+ shell : bash
324
331
run : |
332
+ which x86_64-w64-mingw32-gcc
333
+ x86_64-w64-mingw32-gcc --version
325
334
git status
326
335
git describe
327
336
- name : Prep cargo dirs
Original file line number Diff line number Diff line change @@ -39,7 +39,10 @@ jobs: # skip-master skip-pr skip-stable
39
39
run : |
40
40
git fetch --no-tags --prune --depth=1 origin +refs/tags/*:refs/tags/*
41
41
- name : Display the current git status
42
+ shell : bash
42
43
run : |
44
+ which x86_64-w64-mingw32-gcc
45
+ x86_64-w64-mingw32-gcc --version
43
46
git status
44
47
git describe
45
48
- name : Prep cargo dirs
You can’t perform that action at this time.
0 commit comments