diff --git a/.github/workflows/ci-build.yaml b/.github/workflows/ci-build.yaml index b9ba8e5..f96fc28 100644 --- a/.github/workflows/ci-build.yaml +++ b/.github/workflows/ci-build.yaml @@ -15,8 +15,8 @@ jobs: uses: actions-rs/cargo@v1 with: command: build - args: --release - working-directory: backend + args: --release --manifest-path backend/Cargo.toml + use-cross: true build-app: runs-on: ubuntu-latest