Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/SyntaxKit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
type: wasm-embedded
steps:
- uses: actions/checkout@v6
- uses: brightdigit/swift-build@v1.5.3
- uses: brightdigit/swift-build@v1
id: build
with:
type: ${{ matrix.type }}
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
- name: Enable git symlinks
shell: pwsh
run: git config --global core.symlinks true
- uses: brightdigit/swift-build@v1.5.3
- uses: brightdigit/swift-build@v1
id: build
with:
windows-swift-version: ${{ matrix.swift.version }}
Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:

- name: Build and Test
id: build
uses: brightdigit/swift-build@v1.5.3
uses: brightdigit/swift-build@v1
with:
scheme: ${{ env.PACKAGE_NAME }}-Package
type: ${{ matrix.type }}
Expand Down Expand Up @@ -239,7 +239,7 @@ jobs:

- name: Build and Test
id: build
uses: brightdigit/swift-build@v1.5.3
uses: brightdigit/swift-build@v1
with:
scheme: ${{ env.PACKAGE_NAME }}-Package
type: ${{ matrix.type }}
Expand Down Expand Up @@ -284,7 +284,7 @@ jobs:
large-packages: true
docker-images: true
swap-storage: true
- uses: brightdigit/swift-build@v1.5.3
- uses: brightdigit/swift-build@v1
id: build
with:
type: android
Expand Down
Loading