Skip to content

Commit e671366

Browse files
committed
Use my fork
1 parent ce212ca commit e671366

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,12 +92,12 @@ jobs:
9292
} >> "$GITHUB_OUTPUT"
9393
test:
9494
name: Test in ${{ matrix.release && 'Release' || 'Debug' }} configuration
95-
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
95+
uses: ahoppen/github-workflows/.github/workflows/swift_package_test.yml@windows-5.10
9696
needs: create_release_commits
9797
strategy:
9898
fail-fast: false
9999
matrix:
100-
release: [true, false]
100+
release: [false]
101101
with:
102102
linux_pre_build_command: |
103103
git config --global --add safe.directory "$(realpath .)"

0 commit comments

Comments
 (0)