Skip to content

Commit

Permalink
lets see if this works
Browse files Browse the repository at this point in the history
  • Loading branch information
swarnavaghosh04 committed Sep 15, 2024
1 parent 80cfea2 commit 150f700
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ permissions:

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "build"
publish:
# This workflow contains a single job called "deploy"
deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Download Dependencies
run: |
sudo apt update
sudo apt install cmake gnuradio xvfb libsndfile1-dev doxygem
sudo apt install cmake gnuradio xvfb libsndfile1-dev doxygen
- name: Configure CMake
run: |
mkdir build && cd build
Expand Down

0 comments on commit 150f700

Please sign in to comment.