mirror of
https://github.com/kjuulh/dagger-rs.git
synced 2024-11-08 19:11:47 +01:00
fix: with proper ''
This commit is contained in:
parent
84bcf10809
commit
6858ee74cd
12
.github/workflows/ci-multiplatform.yml
vendored
12
.github/workflows/ci-multiplatform.yml
vendored
@ -88,29 +88,29 @@ jobs:
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v2.0.0
|
||||
- uses: actions-rs/toolchain@v1
|
||||
if: matrix.target == ""
|
||||
if: matrix.target == ''
|
||||
with:
|
||||
toolchain: ${{ matrix.rust }}
|
||||
- uses: actions-rs/toolchain@v1
|
||||
if: matrix.target != ""
|
||||
if: matrix.target != ''
|
||||
with:
|
||||
toolchain: ${{ matrix.rust }}
|
||||
use-cross: true
|
||||
- uses: actions-rs/cargo@v1
|
||||
if: matrix.target != ""
|
||||
if: matrix.target != ''
|
||||
with:
|
||||
use-cross: true
|
||||
command: build --workspace --verbose
|
||||
- uses: actions-rs/cargo@v1
|
||||
if: matrix.target == ""
|
||||
if: matrix.target == ''
|
||||
with:
|
||||
command: build --workspace --verbose
|
||||
- uses: actions-rs/cargo@v1
|
||||
if: matrix.target != ""
|
||||
if: matrix.target != ''
|
||||
with:
|
||||
use-cross: true
|
||||
command: test --all --verbose
|
||||
- uses: actions-rs/cargo@v1
|
||||
if: matrix.target == ""
|
||||
if: matrix.target == ''
|
||||
with:
|
||||
command: test --all --verbose
|
||||
|
Loading…
Reference in New Issue
Block a user