Skip to content

Commit

Permalink
Fix libsodium dependency errors in CircleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbuker committed Jun 14, 2024
1 parent 913710f commit 698949e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ commands:
steps:
- run:
name: Install OS packages
command: apk add git build-base ruby-dev ruby-etc ruby-json libsodium
command: apk add git build-base ruby-dev ruby-etc ruby-json libsodium-dev
- checkout
- run:
name: "Ruby version"
Expand Down

0 comments on commit 698949e

Please sign in to comment.