diff --git a/.github/workflows/linux_make.yml b/.github/workflows/linux_make.yml index 83400193..17089091 100644 --- a/.github/workflows/linux_make.yml +++ b/.github/workflows/linux_make.yml @@ -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