Skip to content

Commit

Permalink
Building Swift packages on Windows using GitHub Actions - part 3
Browse files Browse the repository at this point in the history
  • Loading branch information
henriquestiagoo committed Nov 1, 2023
1 parent 90a2d2f commit 3386698
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
steps:
- uses: compnerd/gha-setup-swift@main
with:
branch: swift-5.6-release
tag: 5.6-RELEASE
branch: swift-5.7.1-release
tag: 5.7.1-RELEASE
- uses: actions/checkout@v4
- run: git config --global core.protectNTFS false
- run: swift build -c release --static-swift-stdlib --product chatgpt
Expand Down

0 comments on commit 3386698

Please sign in to comment.