Skip to content

Commit

Permalink
ci: use backticks for multiline cmd in pwsh
Browse files Browse the repository at this point in the history
  • Loading branch information
FreezyLemon authored and lu-zero committed Sep 23, 2024
1 parent 2f8fc0f commit 09a4111
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,10 @@ jobs:
CARGO_TARGET_X86_64_PC_WINDOWS_GNU_AR: "C:\\msys64\\mingw64\\bin\\ar.exe"
run: |
cargo fetch
cargo cinstall \
--profile ${{ matrix.profile }} \
--destdir="C:\" \
--libdir lib --prefix /usr/rav1e-windows-${{ matrix.conf }}-sdk \
cargo cinstall `
--profile ${{ matrix.profile }} `
--destdir="C:\" `
--libdir lib --prefix /usr/rav1e-windows-${{ matrix.conf }}-sdk `
--offline
- name: Copy LICENSE
Expand Down

0 comments on commit 09a4111

Please sign in to comment.