Skip to content

Commit

Permalink
fix linux make GH action
Browse files Browse the repository at this point in the history
Change-Id: Id892b7aef08514b885c52f1303a969396ec67a3d
  • Loading branch information
rdementi committed Jun 20, 2024
1 parent b7ecb55 commit 2c65bfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux_make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: install dependencies
run: |
apt update
apt -y --no-install-recommends install build-essential cmake libsimdjson-dev
apt -y --no-install-recommends install build-essential cmake libsimdjson-dev libssl-dev
- name: cmake
run: |
rm -rf ${{ github.workspace }}/build
Expand Down

0 comments on commit 2c65bfd

Please sign in to comment.