Skip to content

Commit

Permalink
Small fixes: Use relative yyjson include
Browse files Browse the repository at this point in the history
  • Loading branch information
muit committed Oct 17, 2024
1 parent 75a8453 commit 53017c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
os-name: Linux
compiler: gcc-14
- name: macos-clang
os: macOS-15-arm64
os: macos-15
os-name: MacOS
compiler: clang-18
steps:
Expand Down
2 changes: 1 addition & 1 deletion Src/Pipe/Extern/yyjson.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
SOFTWARE.
*============================================================================*/

#include "yyjson.h"
#include "Pipe/Extern/yyjson.h"
#include <math.h>


Expand Down

0 comments on commit 53017c2

Please sign in to comment.