mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2024-12-25 09:54:15 +08:00
+ specify certain OS version
+ add dependency on deps build job
This commit is contained in:
parent
5e36cca71e
commit
ffa44914dd
12
.github/workflows/build-win.yml
vendored
12
.github/workflows/build-win.yml
vendored
@ -1,8 +1,3 @@
|
|||||||
# This workflow uses actions that are not certified by GitHub.
|
|
||||||
# They are provided by a third-party and are governed by
|
|
||||||
# separate terms of service, privacy policy, and support
|
|
||||||
# documentation.
|
|
||||||
|
|
||||||
name: Windows-build
|
name: Windows-build
|
||||||
|
|
||||||
on:
|
on:
|
||||||
@ -20,8 +15,8 @@ env:
|
|||||||
THIRD_PARTY_BASE_DIR: 'third-party'
|
THIRD_PARTY_BASE_DIR: 'third-party'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deps:
|
dependencies:
|
||||||
runs-on: windows-latest
|
runs-on: windows-2022
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Lookup cache for deps
|
- name: Lookup cache for deps
|
||||||
@ -72,7 +67,8 @@ jobs:
|
|||||||
|
|
||||||
|
|
||||||
build:
|
build:
|
||||||
runs-on: windows-latest
|
needs: [ dependencies ]
|
||||||
|
runs-on: windows-2022
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout branch
|
- name: Checkout branch
|
||||||
|
Loading…
x
Reference in New Issue
Block a user