Skip to content

Commit

Permalink
[CI] Specify correct build folder for cmake install
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberium committed Aug 10, 2023
1 parent 361a7a4 commit 44f70df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
MAKEFLAGS: "-j8"
run: |
cmake --build ${{env.BUILD_DIR}} --config ${{env.BUILD_TYPE}}
cmake --install .
cmake --install ${{env.BUILD_DIR}}
notify:
name: Discord Notification
Expand Down

0 comments on commit 44f70df

Please sign in to comment.