Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelHu authored Dec 20, 2024
1 parent c232e66 commit 0e6a70d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ jobs:
- name: Build project
run: |
echo $HOME
git config get safe.directory
cat -v $HOME/.gitconfig
git config --global --add safe.directory $(pwd)
mkdir build
cd build
cmake -DRMG_BUILD_EXAMPLES=1 ..
Expand Down

0 comments on commit 0e6a70d

Please sign in to comment.