Attempt 2 to compile with lower glibc [build]
This commit is contained in:
parent
8f182e1e03
commit
441fa36701
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…
x
Reference in New Issue
Block a user