Skip to content

Commit 1f3ca80

Browse files
committed
fixup! wip: windows-release
1 parent 70a9bcd commit 1f3ca80

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/windows-release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ jobs:
2222
ARCH: ${{ matrix.arch }}
2323
TS: ${{ matrix.ts }}
2424
steps:
25+
- name: Checkout repository
26+
uses: actions/checkout@v4
27+
with:
28+
persist-credentials: false
2529
- uses: actions/cache@v4
2630
with:
2731
path: |
@@ -30,10 +34,6 @@ jobs:
3034
- name: Download dependecies files
3135
run: .\.github\workflows\prepare.ps1
3236
shell: powershell
33-
- name: Checkout repository
34-
uses: actions/checkout@v4
35-
with:
36-
persist-credentials: false
3737
- name: Checkout submodule
3838
run: .\.github\workflows\submodule.ps1
3939
shell: powershell

.github/workflows/windows.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ jobs:
4646
TS: ${{ matrix.ts }}
4747

4848
steps:
49+
- name: Checkout repository
50+
uses: actions/checkout@v4
51+
4952
- uses: actions/cache@v4
5053
with:
5154
path: |
@@ -54,9 +57,6 @@ jobs:
5457
- name: Download dependecies files
5558
run: .\.github\workflows\prepare.ps1
5659

57-
- name: Checkout repository
58-
uses: actions/checkout@v4
59-
6060
- name: Checkout submodule
6161
run: .\.github\workflows\submodule.ps1
6262
if: ${{ matrix.library == '' }}

0 commit comments

Comments
 (0)