mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2025-12-19 14:32:28 +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:
|
jobs:
|
||||||
build-linux:
|
build-linux:
|
||||||
if: ${{ github.event_name == 'workflow_dispatch' || contains(github.event.head_commit.message, '[build]') }}
|
if: ${{ github.event_name == 'workflow_dispatch' || contains(github.event.head_commit.message, '[build]') }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-22.04
|
||||||
container:
|
|
||||||
image: debian:12
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
@ -42,7 +40,7 @@ jobs:
|
||||||
|
|
||||||
build-steamos:
|
build-steamos:
|
||||||
if: ${{ github.event_name == 'workflow_dispatch' || contains(github.event.head_commit.message, '[build]') }}
|
if: ${{ github.event_name == 'workflow_dispatch' || contains(github.event.head_commit.message, '[build]') }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue