From 39a6e83331d99ccd5e3267c9b5f0e627adfefed9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Wodnicki?= <151604+32bitmicro@users.noreply.github.com> Date: Tue, 11 Jun 2024 09:42:26 -0500 Subject: [PATCH] Update c-cpp.yml added git configuration --- .github/workflows/c-cpp.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 0f2961f8..9f595de9 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -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 "pawel.wodnicki@live.com" + git config --global user.name "Pawel Wodnicki" - name: build run: | mkdir build