From d485e94d9be7b0faaff5a2360d46bad8a0e3a66b Mon Sep 17 00:00:00 2001 From: project-repo Date: Tue, 18 Apr 2023 23:07:09 +0200 Subject: [PATCH] Try different script path --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d64a431..ea52089 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: container: image: archlinux:latest steps: - - run: bash scripts/install-development-environment + - run: bash ../../scripts/install-development-environment - run: meson setup build -Dxwayland=true -Dman-pages=true --buildtype=release - run: ninja -C build - run: meson test -C build