We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3935fde commit 06d27efCopy full SHA for 06d27ef
1 file changed
.github/workflows/release.yml
@@ -45,8 +45,8 @@ jobs:
45
cache-all-crates: true
46
- uses: jdx/mise-action@v2
47
with:
48
- version: 2025.1.6 # [default: latest] mise version to install
49
- install: true # [default: true] run `mise install`
+ version: 2026.1.6 # [default: latest] mise version to install
+ install: false # [default: true] run `mise install`
50
cache: ${{ github.event_name != 'pull_request' }} # cache mise using GitHub's cache if running in a PR
51
- run: |
52
mise run build --platform ${{matrix.build.docker_platform}} --target ${{matrix.build.rust_target}}
0 commit comments