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
fdcef35a45
commit
20b6d98011
1 changed files with 3 additions and 3 deletions
6
.github/workflows/Hydra_Build.yml
vendored
6
.github/workflows/Hydra_Build.yml
vendored
|
@ -51,7 +51,7 @@ jobs:
|
|||
with:
|
||||
name: Windows Libretro core
|
||||
path: |
|
||||
'${{github.workspace}}/build/${{ env.BUILD_TYPE }}/panda3ds_libretro.dll'
|
||||
'${{github.workspace}}/build/panda3ds_libretro.dll'
|
||||
'${{github.workspace}}/docs/libretro/panda3ds_libretro.info'
|
||||
|
||||
MacOS:
|
||||
|
@ -83,7 +83,7 @@ jobs:
|
|||
|
||||
- name: Configure CMake (Again)
|
||||
run: |
|
||||
rm ${{github.workspace}}/build -rf
|
||||
rm -rf ${{github.workspace}}/build
|
||||
cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DENABLE_USER_BUILD=ON -DBUILD_LIBRETRO_CORE=ON
|
||||
|
||||
- name: Build (Again)
|
||||
|
@ -136,7 +136,7 @@ jobs:
|
|||
|
||||
- name: Configure CMake (Again)
|
||||
run: |
|
||||
rm ${{github.workspace}}/build -rf
|
||||
rm -rf ${{github.workspace}}/build
|
||||
cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DCMAKE_C_COMPILER=clang-17 -DCMAKE_CXX_COMPILER=clang++-17 -DENABLE_USER_BUILD=ON -DBUILD_LIBRETRO_CORE=ON
|
||||
|
||||
- name: Build (Again)
|
||||
|
|
Loading…
Add table
Reference in a new issue