mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2024-11-23 11:15:34 +08:00
clone branch first on linux!
This commit is contained in:
parent
62904968df
commit
80de67f658
4
.github/workflows/emu-build-all-linux.yml
vendored
4
.github/workflows/emu-build-all-linux.yml
vendored
@ -36,6 +36,10 @@ jobs:
|
||||
prj: [ 'GenerateInterfaces', 'SteamClient', 'SteamEmu', ]
|
||||
|
||||
steps:
|
||||
### clone branch
|
||||
- name: Checkout branch
|
||||
uses: actions/checkout@v4
|
||||
|
||||
### deps
|
||||
- name: Restore deps
|
||||
id: emu-deps-cache-step
|
||||
|
Loading…
Reference in New Issue
Block a user