diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0cd8af1..5c35fb9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -70,7 +70,8 @@ jobs: - name: Run cargo build uses: actions-rs/cargo@v1 with: - command: build --verbose + command: build + args: --verbose build-macos: name: Build on MacOS with Rust ${{ matrix.rust }} @@ -94,4 +95,5 @@ jobs: - name: Build uses: actions-rs/cargo@v1 with: - command: build --verbose + command: build + args: --verbose