Skip to content

Commit 2fe5a2e

Browse files
committed
ci: use backticks for multiline cmd in pwsh
1 parent 2f8fc0f commit 2fe5a2e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/deploy.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,10 @@ jobs:
114114
CARGO_TARGET_X86_64_PC_WINDOWS_GNU_AR: "C:\\msys64\\mingw64\\bin\\ar.exe"
115115
run: |
116116
cargo fetch
117-
cargo cinstall \
118-
--profile ${{ matrix.profile }} \
119-
--destdir="C:\" \
120-
--libdir lib --prefix /usr/rav1e-windows-${{ matrix.conf }}-sdk \
117+
cargo cinstall `
118+
--profile ${{ matrix.profile }} `
119+
--destdir="C:\" `
120+
--libdir lib --prefix /usr/rav1e-windows-${{ matrix.conf }}-sdk `
121121
--offline
122122
123123
- name: Copy LICENSE

0 commit comments

Comments
 (0)