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