diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 99fa66865e7767f429d853e1920dd45e503d218e..749b01204d55d714f3bf708b5c9ce7f21856fdf4 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