Skip to content

Commit

Permalink
ci: fix yaml indenting
Browse files Browse the repository at this point in the history
  • Loading branch information
lars-berger committed Jan 28, 2024
1 parent 2ebf708 commit 45da4e1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:
cache: pnpm

- run: |
rustup toolchain install stable --profile minimal
rustup target add ${{ matrix.settings.target }}
rustup toolchain install stable --profile minimal
rustup target add ${{ matrix.settings.target }}
- uses: swatinem/rust-cache@988c164c3d0e93c4dbab36aaf5bbeb77425b2894
with:
Expand All @@ -57,8 +57,8 @@ jobs:
- run: pnpm i

- run: |
pnpm build --filter zebar --filter @zebar/client
pnpm build --filter @zebar/desktop -- -- --target ${{ matrix.settings.target }}
pnpm build --filter zebar --filter @zebar/client
pnpm build --filter @zebar/desktop -- -- --target ${{ matrix.settings.target }}
- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 45da4e1

Please sign in to comment.