Skip to content

Commit a9f04fc

Browse files
committed
fixed aarch64-pc-windows-msvc - run on bash shell
1 parent ee3d63a commit a9f04fc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release-cli.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ jobs:
5959
run: cargo install cross --git https://github.com/cross-rs/cross
6060

6161
- name: Build binary
62+
shell: bash
6263
run: |
6364
if [ "${{ matrix.use-cross }}" = "true" ]; then
6465
cross build --release --target ${{ matrix.target }} --bin renamify

0 commit comments

Comments
 (0)