Skip to content

Commit

Permalink
ci: Stop caching mise
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippeWeidmann committed Apr 26, 2024
1 parent de9565c commit 16c89ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
with:
access_token: ${{ github.token }}
- uses: jdx/mise-action@v2
with:
cache: false
- name: Checkout
uses: actions/checkout@v2
- name: Create test env
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/uitests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
with:
access_token: ${{ github.token }}
- uses: jdx/mise-action@v2
with:
cache: false
- name: Checkout
uses: actions/checkout@v2
- name: Create test env
Expand Down

0 comments on commit 16c89ef

Please sign in to comment.