From 1803ba9e3a09509786f5ccc80c7498348c19a371 Mon Sep 17 00:00:00 2001 From: Alexander Mock Date: Wed, 22 Nov 2023 21:54:17 +0100 Subject: [PATCH] workflow work --- .github/workflows/core-ubu22.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/core-ubu22.yml b/.github/workflows/core-ubu22.yml index 10e3f48..a597788 100644 --- a/.github/workflows/core-ubu22.yml +++ b/.github/workflows/core-ubu22.yml @@ -13,12 +13,12 @@ jobs: build: runs-on: ubuntu-22.04 steps: - - name: Echo Test - run: | - echo "Hello World" - uses: actions/checkout@v3 - name: Install APT Deps run: sudo apt install -y libboost-dev libeigen3-dev libassimp-dev - uses: threeal/cmake-action@v1.3.0 - name: Build the project - run: cmake --build build \ No newline at end of file + run: cmake --build build + - name: Echo Test + run: | + ls \ No newline at end of file