From caa698c100b0fdd07d0dc028503cb840084f7c05 Mon Sep 17 00:00:00 2001 From: Sergio Martin Date: Sat, 20 Jan 2024 08:07:40 +0100 Subject: [PATCH] Trying to run meson --- .github/workflows/make.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/make.yml b/.github/workflows/make.yml index fabf0a2..306c056 100644 --- a/.github/workflows/make.yml +++ b/.github/workflows/make.yml @@ -15,5 +15,7 @@ jobs: - uses: actions/checkout@v3 with: submodules: recursive - - name: listFiles - run: ls + - name: Create build directory + run: mkdir build + - name: Run meson configuration + run: meson -C build