mirror of
https://github.com/kjuulh/dagger-rs.git
synced 2024-11-12 20:21:52 +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
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v2.0.0
|
uses: docker/setup-buildx-action@v2.0.0
|
||||||
- uses: actions-rs/toolchain@v1
|
- uses: actions-rs/toolchain@v1
|
||||||
if: matrix.target == ""
|
if: matrix.target == ''
|
||||||
with:
|
with:
|
||||||
toolchain: ${{ matrix.rust }}
|
toolchain: ${{ matrix.rust }}
|
||||||
- uses: actions-rs/toolchain@v1
|
- uses: actions-rs/toolchain@v1
|
||||||
if: matrix.target != ""
|
if: matrix.target != ''
|
||||||
with:
|
with:
|
||||||
toolchain: ${{ matrix.rust }}
|
toolchain: ${{ matrix.rust }}
|
||||||
use-cross: true
|
use-cross: true
|
||||||
- uses: actions-rs/cargo@v1
|
- uses: actions-rs/cargo@v1
|
||||||
if: matrix.target != ""
|
if: matrix.target != ''
|
||||||
with:
|
with:
|
||||||
use-cross: true
|
use-cross: true
|
||||||
command: build --workspace --verbose
|
command: build --workspace --verbose
|
||||||
- uses: actions-rs/cargo@v1
|
- uses: actions-rs/cargo@v1
|
||||||
if: matrix.target == ""
|
if: matrix.target == ''
|
||||||
with:
|
with:
|
||||||
command: build --workspace --verbose
|
command: build --workspace --verbose
|
||||||
- uses: actions-rs/cargo@v1
|
- uses: actions-rs/cargo@v1
|
||||||
if: matrix.target != ""
|
if: matrix.target != ''
|
||||||
with:
|
with:
|
||||||
use-cross: true
|
use-cross: true
|
||||||
command: test --all --verbose
|
command: test --all --verbose
|
||||||
- uses: actions-rs/cargo@v1
|
- uses: actions-rs/cargo@v1
|
||||||
if: matrix.target == ""
|
if: matrix.target == ''
|
||||||
with:
|
with:
|
||||||
command: test --all --verbose
|
command: test --all --verbose
|
||||||
|
Loading…
Reference in New Issue
Block a user