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
20b6d98011
commit
1dd1756540
1 changed files with 1 additions and 1 deletions
2
.github/workflows/Hydra_Build.yml
vendored
2
.github/workflows/Hydra_Build.yml
vendored
|
@ -87,7 +87,7 @@ jobs:
|
|||
cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DENABLE_USER_BUILD=ON -DBUILD_LIBRETRO_CORE=ON
|
||||
|
||||
- name: Build (Again)
|
||||
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
|
||||
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}} && ls -R ${{github.workspace}}/build
|
||||
|
||||
- name: Upload Libretro core
|
||||
uses: actions/upload-artifact@v2
|
||||
|
|
Loading…
Add table
Reference in a new issue