Skip to content

Commit

Permalink
Update c-cpp.yml added git configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
32bitmicro authored Jun 11, 2024
1 parent 5047b29 commit 39a6e83
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:
- name: install packages
run: |
sudo apt-get -y install cmake ninja-build
- name: configure
run: |
git config --global user.email "[email protected]"
git config --global user.name "Pawel Wodnicki"
- name: build
run: |
mkdir build
Expand Down

0 comments on commit 39a6e83

Please sign in to comment.