mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2024-11-27 05:04:01 +08:00
shorter name
This commit is contained in:
parent
3f68c5ab12
commit
01f4ee87bf
1
.github/workflows/emu-build-all-linux.yml
vendored
1
.github/workflows/emu-build-all-linux.yml
vendored
@ -23,6 +23,7 @@ jobs:
|
|||||||
uses: ./.github/workflows/emu-deps-linux.yml
|
uses: ./.github/workflows/emu-deps-linux.yml
|
||||||
|
|
||||||
builds-matrix-linux:
|
builds-matrix-linux:
|
||||||
|
name: build
|
||||||
needs: [ deps ]
|
needs: [ deps ]
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
if: ${{ !cancelled() }}
|
if: ${{ !cancelled() }}
|
||||||
|
1
.github/workflows/emu-build-all-win.yml
vendored
1
.github/workflows/emu-build-all-win.yml
vendored
@ -22,6 +22,7 @@ jobs:
|
|||||||
uses: ./.github/workflows/emu-deps-win.yml
|
uses: ./.github/workflows/emu-deps-win.yml
|
||||||
|
|
||||||
builds-matrix-win:
|
builds-matrix-win:
|
||||||
|
name: build
|
||||||
needs: [ deps ]
|
needs: [ deps ]
|
||||||
runs-on: windows-2022
|
runs-on: windows-2022
|
||||||
if: ${{ !cancelled() }}
|
if: ${{ !cancelled() }}
|
||||||
|
Loading…
Reference in New Issue
Block a user