Skip to content

Commit 06d27ef

Browse files
committed
chore: upgrade mise in CI
1 parent 3935fde commit 06d27ef

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ jobs:
4545
cache-all-crates: true
4646
- uses: jdx/mise-action@v2
4747
with:
48-
version: 2025.1.6 # [default: latest] mise version to install
49-
install: true # [default: true] run `mise install`
48+
version: 2026.1.6 # [default: latest] mise version to install
49+
install: false # [default: true] run `mise install`
5050
cache: ${{ github.event_name != 'pull_request' }} # cache mise using GitHub's cache if running in a PR
5151
- run: |
5252
mise run build --platform ${{matrix.build.docker_platform}} --target ${{matrix.build.rust_target}}

0 commit comments

Comments
 (0)