Skip to content

Commit

Permalink
Update how prevent mise-action cache problems
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Mar 16, 2024
1 parent 6ddf01f commit 22b0891
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/mise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,11 @@ jobs:
- uses: jdx/mise-action@3bc85396a273ed82bba5e53a15174bbf9dba095c # v2.0.2
with:
install: false
# Enabling plugin cache in mise-action made many problems, should be avoided
# https://github.com/kachick/asdf-cargo-make/pull/77
# https://github.com/jdx/rtx-action/issues/211
# https://github.com/kachick/asdf-zigmod/pull/138/commits/e47254c4d99a2f13d4265522290bbec12c3466cb
cache: false
tool_versions: |
# Should not set cargo-make versions here. (Actually shellcheck is not used here)
shellcheck 0.9.0
- name: Setup mise
run: |
if [ '${{ github.event_name }}' = 'pull_request' ]; then
Expand Down

0 comments on commit 22b0891

Please sign in to comment.