From 1517b389a16e1d28dafe49d7b5d01962c2f40401 Mon Sep 17 00:00:00 2001 From: Sergio Martin Date: Sat, 20 Jan 2024 20:29:52 +0100 Subject: [PATCH] Attempting self-hosted runner --- .github/workflows/make.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/make.yml b/.github/workflows/make.yml index 1da226f..27ae5bd 100644 --- a/.github/workflows/make.yml +++ b/.github/workflows/make.yml @@ -14,7 +14,7 @@ jobs: with: submodules: recursive - name: List files - run: ls -laR ../../ + run: ls -la ../../ - name: Create build directory run: mkdir build - name: Installing meson and ninja