We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34c42cd commit d935471Copy full SHA for d935471
1 file changed
.github/workflows/CondaPackage.yml
@@ -27,7 +27,7 @@ jobs:
27
28
- name: Install Conda build tools package
29
run: |
30
- conda install conda-build conda-forge-pinning gnuradio=3.10.9.2
+ conda install conda-build conda-forge-pinning
31
32
- name: Detect VS path and set up VS C/C++ environment
33
shell: cmd
@@ -55,6 +55,4 @@ jobs:
55
- name: Building gnuradio-limesuiteng conda package
56
57
cd plugins\gr-limesuiteng
58
- gr_modtool bind -u sdrdevice_sink
59
- gr_modtool bind -u sdrdevice_source
60
conda-build .conda\recipe\ -m %CONDA_PREFIX%\conda_build_config.yaml
0 commit comments