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