Skip to content

Commit

Permalink
Update ci-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
N7Alpha authored Aug 12, 2024
1 parent 2e76f7c commit 86549b4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
tcc -c Source/ThirdParty/netarch/sam2.c \
-ISource/UnrealLibretro/Private \
-ISource/ThirdParty/zstd/lib \
-ISource/ThirdParty/libjuice/include
-ISource/ThirdParty/libjuice/include \
-ISource/ThirdParty/libuv/include
build-macos:
runs-on: macos-latest
Expand All @@ -47,4 +48,4 @@ jobs:
- name: Configure CMake (Windows MSVC)
run: cmake -S . -B build -DCMAKE_BUILD_TYPE=Release
- name: Build
run: cmake --build build --config Release
run: cmake --build build --config Release

0 comments on commit 86549b4

Please sign in to comment.