mirror of
https://github.com/accelerator74/l4dtoolz.git
synced 2024-12-22 06:29:49 +08:00
Update build.yml
Some checks failed
build / build with mms${{ matrix.mm_version }} on ${{ matrix.os_short }} (master, master, ubuntu-20.04, oldlinux) (push) Failing after 2m50s
build / build with mms${{ matrix.mm_version }} on ${{ matrix.os_short }} (master, master, ubuntu-latest, linux) (push) Failing after 15m59s
build / build with mms${{ matrix.mm_version }} on ${{ matrix.os_short }} (master, master, windows-latest, win) (push) Has been cancelled
build / Release (push) Has been cancelled
Some checks failed
build / build with mms${{ matrix.mm_version }} on ${{ matrix.os_short }} (master, master, ubuntu-20.04, oldlinux) (push) Failing after 2m50s
build / build with mms${{ matrix.mm_version }} on ${{ matrix.os_short }} (master, master, ubuntu-latest, linux) (push) Failing after 15m59s
build / build with mms${{ matrix.mm_version }} on ${{ matrix.os_short }} (master, master, windows-latest, win) (push) Has been cancelled
build / Release (push) Has been cancelled
This commit is contained in:
parent
e5e9bac1c0
commit
c510965a8a
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -1,6 +1,7 @@
|
||||
name: build
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
@ -29,6 +30,7 @@ jobs:
|
||||
matrix:
|
||||
os:
|
||||
- ubuntu-latest
|
||||
- ubuntu-20.04
|
||||
- windows-latest
|
||||
|
||||
mm_version:
|
||||
@ -41,6 +43,9 @@ jobs:
|
||||
- os: ubuntu-latest
|
||||
os_short: linux
|
||||
|
||||
- os: ubuntu-20.04
|
||||
os_short: oldlinux
|
||||
|
||||
- os: windows-latest
|
||||
os_short: win
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user