Skip to content

Commit

Permalink
CI fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
cropinghigh committed May 8, 2024
1 parent d321fce commit d81f16b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Unpack SDR++ source and core lib
run: mkdir sdrpp_lib && tar -zxvf nightly.zip -C sdrpp_lib && dpkg-deb -xv sdrpp_debian_sid_amd64.deb ./sdrpp_lib && cp ./.github/workflows/sdrpp_module_hack.cmake ./

build:
runs-on: ubuntu-latest
needs: install-headers
Expand Down

0 comments on commit d81f16b

Please sign in to comment.