Skip to content

Commit

Permalink
Try to figure out issue building builder container
Browse files Browse the repository at this point in the history
  • Loading branch information
xtremekforever committed Dec 30, 2024
1 parent eecdea0 commit c86c7d0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-swift-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,7 @@ jobs:
- uses: actions/checkout@v4
- name: Generate Builder Container
shell: bash
run: |
source ./swift-builder/swift-builder-common
./swift-builder/build-container.sh
run: ./swift-builder/build-container.sh
- uses: ./.github/actions/build-for-distribution
name: "Build & Publish Swift ${{ env.SWIFT_VERSION }}"
with:
Expand Down

0 comments on commit c86c7d0

Please sign in to comment.