Skip to content

Commit

Permalink
ci: install openssl in run_docker_catalogs_packages job
Browse files Browse the repository at this point in the history
  • Loading branch information
Bogdanp committed Aug 23, 2024
1 parent 408d201 commit 7c9d940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
container: debian:bookworm-slim
steps:
- uses: actions/checkout@v4
- run: apt-get update && apt-get install --no-install-recommends -y sqlite3
- run: apt-get update && apt-get install --no-install-recommends -y ca-certificates openssl sqlite3
- uses: Bogdanp/setup-racket@master
with:
architecture: 'x64'
Expand Down

0 comments on commit 7c9d940

Please sign in to comment.