Skip to content

Commit

Permalink
Added v3
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon Smith committed Mar 8, 2023
1 parent 79afe4a commit c8800e8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/gr-cyberradio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ jobs:
if: github.ref_name == 'maint-3.7'
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- run: sudo apt-get -y install gnuradio-dev
- run: mkdir build && cd build && cmake ../ && make -j 5
build-ubuntu20-04:
if: github.ref_name == 'test-workflow'
if: github.ref_name == 'maint-3.8'
runs-on: ubuntu-20.04
steps:
- name: Get Libcyberradio
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
repository: CyberRadio/libcyberradio
path: './libcyberradio'
Expand All @@ -30,7 +30,7 @@ jobs:
- name: Build and Install libcyberradio
run: cd libcyberradio && ./makedeb libcyberradio && sudo dpkg -i *.deb
- name: Get gr-CyberRadio
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
ref: 'maint-3.8'
- name: Build Deps for gr-Cyberradio
Expand Down

0 comments on commit c8800e8

Please sign in to comment.