Skip to content

Commit

Permalink
Fix the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
blt-r committed Nov 12, 2023
1 parent e39f7bd commit 65ecd88
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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' \
Expand Down Expand Up @@ -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

0 comments on commit 65ecd88

Please sign in to comment.