diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 03652b55..dcd5231e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -99,6 +99,8 @@ jobs: needs: - test - rustfmt + - aarch64-cross-builds + - gui runs-on: ubuntu-latest steps: - run: jq --exit-status 'all(.result == "success")' <<< '${{ toJson(needs) }}'