Skip to content

Commit

Permalink
Fix microsoft windows swift action.
Browse files Browse the repository at this point in the history
  • Loading branch information
furby-tm committed Apr 6, 2024
1 parent 4f3a495 commit 3c48290
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/swift-debug-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
steps:
- uses: compnerd/gha-setup-swift@main
with:
branch: release/5.10
tag: swift-5.10-RELEASE
branch: swift-5.10-release
tag: 5.10-RELEASE
- uses: actions/checkout@v4
- name: 📦 Build
run: swift build -c release --target UsdView

0 comments on commit 3c48290

Please sign in to comment.