Skip to content

Commit

Permalink
Testing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon Smith committed Oct 26, 2022
1 parent dee0ebd commit 70c39b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:
run: cd libcyberradio && ./makedeb libcyberradio && sudo dpkg -i *.deb
- name: Get gr-CyberRadio
uses: actions/checkout@v2
ref: 'maint-3.10'
with:
ref: 'maint-3.10'
- name: Build Deps for gr-Cyberradio
run: sudo apt-get install gnuradio-dev
- name: Build and Package gr-CyberRadio
Expand Down

0 comments on commit 70c39b8

Please sign in to comment.