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') }}