Skip to content

Commit 7e39310

Browse files
committedMar 12, 2025·
building with env vars + debug flag
1 parent dd0302a commit 7e39310

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎.github/workflows/plugin-ci.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,10 @@ jobs:
3434
# Extra steps for Unreal Engine integration
3535
export CC=clang
3636
export CXX=clang++
37+
export CXXFLAGS="-std=c++17"
38+
export CFLAGS="-std=c++17"
3739
38-
./build/vcpkg/vcpkg install configcat[core,sha] --triplet x64-linux-unreal --overlay-triplets "$GITHUB_WORKSPACE/Extras/triplets"
40+
./build/vcpkg/vcpkg install configcat[core,sha] --triplet x64-linux-unreal --overlay-triplets "$GITHUB_WORKSPACE/Extras/triplets" --debug
3941
4042
- name: Copy binaries
4143
run: |

0 commit comments

Comments
 (0)
Please sign in to comment.