Skip to content

Commit

Permalink
chore: add missing package to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
dleard committed Jan 10, 2025
1 parent 97ab8a2 commit 2e733fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/dev-env-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ runs:
uses: asdf-vm/actions/setup@v1
- uses: shogo82148/actions-setup-perl@v1
- name: install pg perl library
run: sudo apt-get install -y libpq-dev libdbd-pg-perl libreadline-dev uuid-dev
run: sudo apt-get install -y libpq-dev libdbd-pg-perl libreadline-dev uuid-dev libsqlite3-dev
shell: bash
- name: set perl env variables
shell: bash
Expand Down

0 comments on commit 2e733fc

Please sign in to comment.