Skip to content

Commit 49be75e

Browse files
Automate updating SPM [skip ci]
1 parent 1841ef4 commit 49be75e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/spm.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,14 @@ jobs:
1212
steps:
1313
- name: Checkout to the branch
1414
uses: actions/checkout@v3
15+
- name: Install Swift
16+
uses: slashmo/[email protected]
17+
with:
18+
version: 5.8
1519
- name: Update Swift Package
1620
run: |
1721
set -ex
18-
22+
export TOOLCHAINS=swift
1923
swift package update --package-path ./
2024
swift package update --package-path Resources/branch_main
2125
swift package update --package-path Resources/branch_release-5.9

0 commit comments

Comments
 (0)