Skip to content

Commit

Permalink
Fix stopping devel compile and swift-system
Browse files Browse the repository at this point in the history
  • Loading branch information
finagolfin committed Oct 20, 2024
1 parent f9d922a commit e8d4795
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/sdks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
release-version: ${{ steps.check.outputs.release-tag }}
devel-version: ${{ steps.check.outputs.devel-tag }}
trunk-version: ${{ steps.check.outputs.trunk-tag }}
new-devel-tag: ${{ steps.download.outputs.devel-updated == 'true' }}
new-devel-tag: ${{ steps.download.outputs.devel-updated }}
env:
NDK_VERSION: 27b
steps:
Expand Down Expand Up @@ -329,10 +329,6 @@ jobs:
run: |
cd swift-nio
git apply ../sdk-config/swift-nio-disable-ecn-tests.patch ../sdk-config/swift-nio-filesystem.patch ../sdk-config/swift-nio-ndk27.patch
${TOOLCHAIN}/bin/swift package update
cd .build/checkouts/
patch -p1 < ../../../sdk-config/swift-system.patch
cd ../..
${TOOLCHAIN}/bin/swift build --build-tests ${SWIFTPM_FLAGS}
- name: Get Swift Numerics package
uses: actions/checkout@v4
Expand Down

0 comments on commit e8d4795

Please sign in to comment.