We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1841ef4 commit 49be75eCopy full SHA for 49be75e
.github/workflows/spm.yml
@@ -12,10 +12,14 @@ jobs:
12
steps:
13
- name: Checkout to the branch
14
uses: actions/checkout@v3
15
+ - name: Install Swift
16
+ uses: slashmo/[email protected]
17
+ with:
18
+ version: 5.8
19
- name: Update Swift Package
20
run: |
21
set -ex
-
22
+ export TOOLCHAINS=swift
23
swift package update --package-path ./
24
swift package update --package-path Resources/branch_main
25
swift package update --package-path Resources/branch_release-5.9
0 commit comments