Skip to content

Commit

Permalink
Update github workflow (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
viktorxda authored Sep 11, 2024
1 parent 4b78985 commit 5d68fa8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Install libevent
run: sudo apt update && sudo apt install -y clang-format
Expand All @@ -60,7 +60,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Install Doxygen
run: sudo apt update && sudo apt install -y doxygen graphviz
Expand All @@ -70,7 +70,7 @@ jobs:

- name: Deploy the docs
if: ${{ !env.ACT && github.event_name != 'pull_request' }}
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs/
2 changes: 1 addition & 1 deletion src/types/response.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#include <smolrtsp/util.h>
#include <smolrtsp/types/response.h>
#include <smolrtsp/util.h>

#include "../macros.h"
#include "parsing.h"
Expand Down

0 comments on commit 5d68fa8

Please sign in to comment.