Skip to content

Commit 8025a3b

Browse files
authored
Update action.yml - use jdx/mise-action@v2 for setup-swift
1 parent 26667e0 commit 8025a3b

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/actions/setup/action.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,14 @@ inputs:
1111
runs:
1212
using: 'composite'
1313
steps:
14-
- uses: swift-actions/setup-swift@v2
14+
- uses: jdx/mise-action@v2
1515
with:
16-
swift-version: ${{ inputs.swift }}
16+
mise_toml: |
17+
[tools]
18+
swift = "${{ inputs.swift }}"
19+
[settings]
20+
experimental = true
21+
1722
- uses: irgaly/setup-mint@v1
1823
with:
1924
mint-executable-directory: $HOME/.mint/bin

0 commit comments

Comments
 (0)