mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-12 09:09:47 +12:00
Update Hydra_Build.yml
This commit is contained in:
parent
0a59833b37
commit
a36c892380
1 changed files with 1 additions and 1 deletions
2
.github/workflows/Hydra_Build.yml
vendored
2
.github/workflows/Hydra_Build.yml
vendored
|
@ -75,7 +75,7 @@ jobs:
|
|||
|
||||
- name: Configure CMake (Again)
|
||||
run: |
|
||||
rm {{github.workspace}}/build -rf
|
||||
rm ${{github.workspace}}/build -rf
|
||||
cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DENABLE_USER_BUILD=ON -DBUILD_LIBRETRO_CORE=ON
|
||||
|
||||
- name: Build (Again)
|
||||
|
|
Loading…
Add table
Reference in a new issue