Skip to content

Commit 83d7b48

Browse files
committed
Setup windows
1 parent f12b824 commit 83d7b48

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release-binaries-windows.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ jobs:
1212
runs-on: depot-windows-2022-16
1313
if: github.repository_owner == 'llvm'
1414
steps:
15+
- uses: llvm/actions/setup-windows@main
16+
with:
17+
arch: amd64
1518
- name: Setup crlf
1619
run: |
1720
git config --global core.autocrlf false

0 commit comments

Comments
 (0)