Update Hydra_Build.yml

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

View file

@ -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)