This repository was archived by the owner on Aug 30, 2025. It is now read-only.
Pin bindgen setup-devenv.sh on macOS to fix aarch64 builds #340
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Naev Infrastructure Testing | |
| on: [push, pull_request] | |
| concurrency: | |
| group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} | |
| cancel-in-progress: true | |
| jobs: | |
| test_images: | |
| uses: naev/naev-infrastructure/.github/workflows/docker_build.yml@main | |
| with: | |
| publish: false |