Skip to content

Commit

Permalink
chore(api): attempt to fix compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
fallenoak committed Dec 1, 2023
1 parent 017c61b commit 075b339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/api-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
git clone https://github.com/Kanma/BLPConverter.git
cd BLPConverter
git checkout ${{ env.BLPLIB_COMMIT }}
cmake CMakeLists.txt -DWITH_LIBRARY=YES
cmake CMakeLists.txt -DWITH_LIBRARY=YES -DCMAKE_CXX_STANDARD=14
- name: Install BLPLib
run: |
cd BLPConverter
Expand Down

0 comments on commit 075b339

Please sign in to comment.