From c126619319fefd4968fddabb4cc90656ce3fb62d Mon Sep 17 00:00:00 2001 From: project-repo Date: Tue, 18 Apr 2023 23:14:06 +0200 Subject: [PATCH] Add small commands --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ea52089..5cb124b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,6 +8,8 @@ jobs: container: image: archlinux:latest steps: + - run: ls + - run: pwd - run: bash ../../scripts/install-development-environment - run: meson setup build -Dxwayland=true -Dman-pages=true --buildtype=release - run: ninja -C build