From 53017c29b7334c9be763573572c54db48c7a9230 Mon Sep 17 00:00:00 2001 From: muit Date: Thu, 17 Oct 2024 21:04:46 +0200 Subject: [PATCH] Small fixes: Use relative yyjson include --- .github/workflows/build.yml | 2 +- Src/Pipe/Extern/yyjson.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1fe9a27b..8684ff3a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: diff --git a/Src/Pipe/Extern/yyjson.c b/Src/Pipe/Extern/yyjson.c index 4202d8a0..9255f5f0 100644 --- a/Src/Pipe/Extern/yyjson.c +++ b/Src/Pipe/Extern/yyjson.c @@ -20,7 +20,7 @@ SOFTWARE. *============================================================================*/ -#include "yyjson.h" +#include "Pipe/Extern/yyjson.h" #include