Update build-ubuntu-deb.yml

This commit is contained in:
cmclark00 2024-08-13 22:19:42 -04:00 committed by GitHub
parent 34812938f7
commit 83ce4979f0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,6 +23,7 @@ jobs:
run: sudo apt-get install -y cmake make gcc g++ libssl-dev
- name: Build
run: |
cd src
mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_COMPILER=g++ -DCMAKE_C_COMPILER=gcc
@ -31,4 +32,4 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: linux-${{ matrix.arch }}-binaries
path: build/*
path: src/build/*