Skip to content

Commit

Permalink
Fix multi-line command call on Windows PowerShell for CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
catuhana committed Nov 22, 2023
1 parent 95a8a5b commit ba25366
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ jobs:

- name: Setup or update Rust toolchain
run: |
rustup toolchain install stable \
--profile default
rustup toolchain install stable --profile default
- name: Setup Rust cache
uses: Swatinem/rust-cache@v2
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@ jobs:

- name: Setup or update Rust ${{ matrix.toolchain }} toolchain
run: |
rustup toolchain install ${{ matrix.toolchain }} \
--profile default
rustup toolchain install ${{ matrix.toolchain }} --profile default
- name: Setup Rust cache
uses: Swatinem/rust-cache@v2
Expand Down

0 comments on commit ba25366

Please sign in to comment.