mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-02 22:14:45 -04:00
Build in one step, as faster
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user