Skip to content

Commit

Permalink
Gameplay Player Character Init Wrap Up [PRE]
Browse files Browse the repository at this point in the history
  • Loading branch information
megumumpkin authored Aug 6, 2023
1 parent 5893339 commit 01ae6c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
cd Library/reproc/
cmake -B build -DREPROC++=ON -DCMAKE_BUILD_TYPE=Release
cmake --build build
cmake --install build --prefix "$GITHUB_ACTION_PATH/"
cmake --install build --prefix "${GITHUB_WORKSPACE}/"
cd ../../../ && ls
- name: Build Game and Dev Tool
Expand Down

0 comments on commit 01ae6c5

Please sign in to comment.