From 291269f50f0ba27b86361d4cadbc79b096208e98 Mon Sep 17 00:00:00 2001 From: Jiahao XU Date: Sat, 23 Jul 2022 21:52:22 +1000 Subject: [PATCH] Fix "Build debug": Add back `use-cross` Signed-off-by: Jiahao XU --- .github/workflows/build-and-integration-tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-and-integration-tests.yml b/.github/workflows/build-and-integration-tests.yml index 6c5b2842..27044909 100644 --- a/.github/workflows/build-and-integration-tests.yml +++ b/.github/workflows/build-and-integration-tests.yml @@ -100,6 +100,7 @@ jobs: with: command: build args: --target ${{ matrix.target }} ${{ matrix.debug_build_args }} + use-cross: ${{ matrix.use-cross }} - name: Copy and rename utility if: ${{ startsWith(github.ref, 'refs/tags/v') }}