We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8d848e commit 8b54a02Copy full SHA for 8b54a02
.github/workflows/xahau-ga-macos.yml
@@ -43,8 +43,9 @@ jobs:
43
# To isolate environments for each Runner, instead of installing globally with brew,
44
# use mise to isolate environments for each Runner directory.
45
- name: Setup toolchain (mise)
46
- uses: jdx/mise-action@v2
+ uses: jdx/mise-action@v3.6.1
47
with:
48
+ cache: false
49
install: true
50
51
- name: Install tools via mise
0 commit comments