mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-21 23:55:13 -05:00
Build in one step, as faster
This commit is contained in:
parent
32a9144f55
commit
5c41fe8342
6
.github/workflows/mac.yml
vendored
6
.github/workflows/mac.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user