ci: specify dolphin-emu target

This commit is contained in:
Nikhil Narayana 2023-08-19 10:43:10 -07:00
commit b26bb22376
No known key found for this signature in database
GPG key ID: 1B34839FA8D6245E
2 changed files with 2 additions and 2 deletions

View file

@ -22,7 +22,7 @@ fi
mkdir -p build
pushd build
cmake ${CMAKE_FLAGS} ../
make -j$(nproc)
cmake --build . --target dolphin-emu -- -j$(nproc)
popd
# Copy the Sys folder in

View file

@ -32,7 +32,7 @@ fi
mkdir -p build
pushd build
cmake ${CMAKE_FLAGS} ..
make -j$(nproc)
cmake --build . --target dolphin-emu -- -j$(nproc)
popd
# Copy the Sys folder in