Skip to content

Commit b4275c4

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

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ jobs:
2121
POSTGRES_DB: demo_rails5_test
2222
- name: check style + security
2323
run: |
24+
sudo apt-get update
25+
sudo apt-get install -y libpq-dev libmysqlclient-dev build-essential
26+
fluentci run --wasm devbox setup
27+
devbox init
28+
devbox add ruby@$RUBY_VERSION
2429
fluentci run --wasm ruby bundle_exec rubocop
2530
fluentci run --wasm ruby bundle_exec brakeman
2631
env:

0 commit comments

Comments
 (0)