Skip to content

Commit

Permalink
d
Browse files Browse the repository at this point in the history
  • Loading branch information
rami3l committed Jun 3, 2024
1 parent b672624 commit b6569c4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions ci/actions-templates/windows-builds-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b6569c4

Please sign in to comment.