Try different script path

This commit is contained in:
project-repo 2023-04-18 23:07:09 +02:00
commit d485e94d9b

View file

@ -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