From a3e25eb9b046bb8a460a998e6b42d07205e132dd Mon Sep 17 00:00:00 2001 From: Ty3r0X <35379582+Ty3r0X@users.noreply.github.com> Date: Wed, 3 Jan 2024 16:10:02 +0000 Subject: [PATCH] Update CI/CD --- .github/workflows/c-cpp.yml | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 8547f44..69e3f69 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -12,12 +12,18 @@ jobs: runs-on: ubuntu-latest steps: - - name: install sdl2 + - name: Install SDL2 dependencies run: sudo apt update && sudo apt install git libsdl2-dev - - name: see what is inside - run: ls -al - - name: make + + - name: Snatch source code + uses: actions/checkout@v3 + + - name: -Debug- Ensure directory is ready to go for building + run: pwd && ls -al + + - name: Make run: make + - name: Upload a Build Artifact uses: actions/upload-artifact@v3.1.3 with: