Skip to content

Commit 811d38f

Browse files
committed
ci: use mise-action for environment setup
1 parent a25aa81 commit 811d38f

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
with:
1919
lfs: true
2020

21-
- name: Setup mise environment
22-
run: source Scripts/environment.sh
23-
shell: bash
21+
- uses: jdx/mise-action@v3
22+
with:
23+
experimental: true
2424

2525
- name: Check formatting (Swift + Markdown)
2626
run: bin/mise run format-check
@@ -48,9 +48,9 @@ jobs:
4848
restore-keys: |
4949
${{ runner.os }}-spm-
5050
51-
- name: Setup mise environment
52-
run: source Scripts/environment.sh
53-
shell: bash
51+
- uses: jdx/mise-action@v3
52+
with:
53+
experimental: true
5454

5555
- name: Show Swift version
5656
run: swift --version

0 commit comments

Comments
 (0)