Update Hydra_Build.yml

This commit is contained in:
wheremyfoodat 2024-07-09 20:45:43 +03:00 committed by GitHub
parent a6560ffaa8
commit 0a59833b37
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -40,7 +40,7 @@ jobs:
- name: Configure CMake (Again)
run: |
rmdir ${{github.workspace}}/build
rm -r -fo ${{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)