Skip to content

Commit 7cc79b5

Browse files
committed
ci: update workflow
1 parent 08182b1 commit 7cc79b5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/default.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,18 @@ jobs:
1010
build-windows-x32:
1111
runs-on: windows-latest
1212
steps:
13+
- uses: actions/checkout@v4
14+
name: checkout
15+
1316
- uses: TheMrMilchmann/setup-msvc-dev@v3
1417
with:
1518
arch: x86
1619
build-windows-x64:
1720
runs-on: windows-latest
1821
steps:
22+
- uses: actions/checkout@v4
23+
name: checkout
24+
1925
- uses: TheMrMilchmann/setup-msvc-dev@v3
2026
with:
2127
arch: x64

0 commit comments

Comments
 (0)