Skip to content

Commit c092fcb

Browse files
committed
fix: wip
1 parent 6e491f6 commit c092fcb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- uses: jdx/mise-action@v2
5252
with:
5353
version: 2026.1.6 # [default: latest] mise version to install
54-
#install: true # [default: true] run `mise install`
54+
install: false # [default: true] run `mise install`
5555
cache: ${{ github.event_name != 'pull_request' }} # cache mise using GitHub's cache if running in a PR
5656
- run: |
5757
mise run build --platform ${{matrix.build.docker_platform}} --target ${{matrix.build.rust_target}}

0 commit comments

Comments
 (0)