1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-11-22 08:04:49 -05:00

Build in one step, as faster

This commit is contained in:
Jon Beniston 2024-10-31 21:12:36 +00:00
parent 32a9144f55
commit 5c41fe8342

View File

@ -40,11 +40,7 @@ jobs:
run: |
source .venv/bin/activate
cd build
make -j3 all
- name: Build dmg
run: |
cd build
make package
make -j3 package
- name: Get version
id: get_version
run: echo "version=$(echo ${{github.ref_name}} | cut -c2-)" >> $env:GITHUB_OUTPUT