mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2025-10-30 08:01:01 +00:00
Attempt to use Debian for Linux build (glibc) [build]
This commit is contained in:
parent
7472aa9b0a
commit
8f182e1e03
1 changed files with 2 additions and 0 deletions
2
.github/workflows/build-coop.yaml
vendored
2
.github/workflows/build-coop.yaml
vendored
|
|
@ -9,6 +9,8 @@ jobs:
|
|||
build-linux:
|
||||
if: ${{ github.event_name == 'workflow_dispatch' || contains(github.event.head_commit.message, '[build]') }}
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: debian:12
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue