Skip to content

Commit

Permalink
exclude thirdparty from CI now that it is in the same root folder
Browse files Browse the repository at this point in the history
  • Loading branch information
ASpoonPlaysGames committed Dec 21, 2023
1 parent fe1df93 commit 5d2c56c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- uses: DoozyX/[email protected]
with:
source: 'primedev'
exclude: 'primedev/include primedev/wsockproxy'
exclude: 'primedev/include primedev/thirdparty primedev/wsockproxy'
extensions: 'h,cpp'
clangFormatVersion: 16
style: file

0 comments on commit 5d2c56c

Please sign in to comment.