From accbd337bf164f9a26786f986a3e7ced9bdbeb30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Jos=C3=A9=20Pereira?= <patrickelectric@gmail.com> Date: Fri, 20 Jan 2023 14:39:19 -0300 Subject: [PATCH] github: build: Use cross in cargo step MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com> --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 99fa668..749b012 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -91,6 +91,7 @@ jobs: target: ${{ matrix.target }} - uses: actions-rs/cargo@v1 with: + use-cross: true command: build args: --release --bin simple-http-server --locked - uses: actions/upload-artifact@v2 -- GitLab