We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a25aa81 commit 811d38fCopy full SHA for 811d38f
1 file changed
.github/workflows/ci.yml
@@ -18,9 +18,9 @@ jobs:
18
with:
19
lfs: true
20
21
- - name: Setup mise environment
22
- run: source Scripts/environment.sh
23
- shell: bash
+ - uses: jdx/mise-action@v3
+ with:
+ experimental: true
24
25
- name: Check formatting (Swift + Markdown)
26
run: bin/mise run format-check
@@ -48,9 +48,9 @@ jobs:
48
restore-keys: |
49
${{ runner.os }}-spm-
50
51
52
53
54
55
- name: Show Swift version
56
run: swift --version
0 commit comments