Skip to content

Commit 1ecea8f

Browse files
committed
fix: install missing system deps
fix: install missing system deps
1 parent 2db1a25 commit 1ecea8f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ jobs:
2121
POSTGRES_DB: demo_rails5_test
2222
- name: check style + security
2323
run: |
24+
pkgx install postgresql.org/libpq
25+
fluentci run --wasm devbox setup
26+
devbox init
27+
devbox add ruby@$RUBY_VERSION libmysqlclient pkg-config
2428
fluentci run --wasm ruby bundle_exec rubocop
2529
fluentci run --wasm ruby bundle_exec brakeman
2630
env:

0 commit comments

Comments
 (0)