Skip to content

Commit

Permalink
Use my fork
Browse files Browse the repository at this point in the history
  • Loading branch information
ahoppen committed Oct 24, 2024
1 parent ce212ca commit e671366
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,12 +92,12 @@ jobs:
} >> "$GITHUB_OUTPUT"
test:
name: Test in ${{ matrix.release && 'Release' || 'Debug' }} configuration
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
uses: ahoppen/github-workflows/.github/workflows/swift_package_test.yml@windows-5.10
needs: create_release_commits
strategy:
fail-fast: false
matrix:
release: [true, false]
release: [false]
with:
linux_pre_build_command: |
git config --global --add safe.directory "$(realpath .)"
Expand Down

0 comments on commit e671366

Please sign in to comment.