From 65ecd88c791ddc2ef2df6158a3d69c6f17cc3575 Mon Sep 17 00:00:00 2001 From: blt__ Date: Sun, 12 Nov 2023 23:15:26 +0400 Subject: [PATCH] Fix the CI --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0f38d1b..935053e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,6 +22,8 @@ jobs: set -e meson \ --prefix=$(pwd)/ide-wrapper-build \ + -Dlibdir=lib \ + -Dbindir=bin \ -Deditor_binary=/bin/echo \ -Deditor_args='["--some-option"]' \ -Deditor_title='Test dummy editor' \ @@ -49,5 +51,5 @@ jobs: - name: Run shellcheck run: | - shellcheck --severity=style ide-wrapper-build/bin/dummy-editor + shellcheck --severity=style ide-wrapper-build/bin/dummy-editor ide-wrapper-build/lib/ide-flatpak-wrapper/wrapper.sh ide-wrapper-build/bin/shell-wrapper