File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 3131 - if : github.event_name != 'release' && github.event_name != 'workflow_dispatch'
3232 uses : Swatinem/rust-cache@v2
3333 - uses : taiki-e/install-action@v2
34- with : { tool: just }
34+ with : { tool: ' just' }
3535 - name : Read MSRV
3636 id : msrv
3737 run : echo "value=$(just get-msrv)" >> $GITHUB_OUTPUT
9090 - if : github.event_name != 'release' && github.event_name != 'workflow_dispatch'
9191 uses : Swatinem/rust-cache@v2
9292 - uses : taiki-e/install-action@v2
93- with : { tool: just }
93+ with : { tool: ' just' }
9494 - if : matrix.download
9595 name : Download SQLite
9696 uses : carlosperate/download-file-action@v2
@@ -162,8 +162,7 @@ jobs:
162162 - if : github.event_name != 'release' && github.event_name != 'workflow_dispatch'
163163 uses : Swatinem/rust-cache@v2
164164 - uses : taiki-e/install-action@v2
165- with :
166- tool : just,cross
165+ with : { tool: 'just,cross' }
167166 - run : just cross-build-ext-aarch64
168167 - name : Set up QEMU
169168 uses : docker/setup-qemu-action@v3
You can’t perform that action at this time.
0 commit comments