Try build-std with arm64 gnu (#667)

This commit is contained in:
Félix Saparelli 2023-01-09 12:35:00 +13:00 committed by GitHub
parent aea9df602c
commit 4b2deb19b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 17 additions and 10 deletions

View file

@ -114,6 +114,5 @@ jobs:
# if everything succeeds and PR is ready for review, test the release/package process
release-builds:
if: (github.event_name == 'pull_request' && github.event.pull_request.draft == false) || github.event_name == 'workflow_dispatch'
needs:
- tests-pass
needs: tests-pass
uses: ./.github/workflows/release-build.yml