mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-18 07:55:21 +01:00
Update build-ubuntu-deb.yml
This commit is contained in:
parent
34812938f7
commit
83ce4979f0
1 changed files with 2 additions and 1 deletions
3
.github/workflows/build-ubuntu-deb.yml
vendored
3
.github/workflows/build-ubuntu-deb.yml
vendored
|
@ -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/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue