Skip to content

Commit

Permalink
reverting
Browse files Browse the repository at this point in the history
  • Loading branch information
swarnavaghosh04 committed Sep 15, 2024
1 parent 150f700 commit 48ea784
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ on:
push:
branches:
- master
- devel
pull_request:
branches:
- master
Expand Down Expand Up @@ -39,6 +38,7 @@ jobs:
uses: actions/checkout@v4
- name: Download Dependencies
run: |
sudo add-apt-repository ppa:gnuradio/gnuradio-releases
sudo apt update
sudo apt install cmake gnuradio xvfb libsndfile1-dev doxygen
- name: Configure CMake
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@ jobs:
steps:
- name: Checkout Repository
uses: actions/checkout@v3

- name: Download Dependencies
run: |
sudo add-apt-repository ppa:gnuradio/gnuradio-releases
sudo apt update
sudo apt install cmake gnuradio xvfb libsndfile1-dev doxygen
- name: Configure CMake
Expand Down

0 comments on commit 48ea784

Please sign in to comment.