Skip to content

Commit

Permalink
CI wget
Browse files Browse the repository at this point in the history
  • Loading branch information
cropinghigh committed May 8, 2024
1 parent 37826dd commit c0c3174
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Get SDR++ nightly source
uses: dsaltares/fetch-gh-release-asset@master
with:
repo: 'AlexandreRouma/SDRPlusPlus'
version: 'tags/nightly'
file: 'nightly.zip'
token: ${{ secrets.GITHUB_TOKEN }}
run: wget https://github.com/AlexandreRouma/SDRPlusPlus/archive/refs/tags/nightly.tar.gz
- name: Get SDR++ nightly lib
uses: dsaltares/fetch-gh-release-asset@master
with:
Expand Down

0 comments on commit c0c3174

Please sign in to comment.