Update build-ubuntu-deb.yml

This commit is contained in:
cmclark00 2024-08-13 22:28:32 -04:00 committed by GitHub
parent bc403096d5
commit b6230c7797
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -29,7 +29,7 @@ jobs:
cd src
mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_COMPILER=g++ -DCMAKE_C_COMPILER=gcc
cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_COMPILER=g++ -DCMAKE_C_COMPILER=gcc -DCMAKE_PREFIX_PATH=/usr/lib/x86_64-linux-gnu/cmake/Qt5
make
- name: Upload Artifact
uses: actions/upload-artifact@v3