Verified Commit 43a4e82a authored by WorldTeacher's avatar WorldTeacher
Browse files

fix(ci): add openssl-dev to lua-tests before_script for dependency installation

parent ce6102ec
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -79,7 +79,7 @@ lua-tests:
  rules:
    - if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
  before_script:
    - apk add --no-cache bash git lua5.4 lua5.4-dev luarocks build-base
    - apk add --no-cache bash git lua5.4 lua5.4-dev luarocks build-base openssl-dev
    - |
      LUAROCKS_BIN="$(command -v luarocks-5.4 || command -v luarocks)"
      "$LUAROCKS_BIN" --lua-version=5.4 install random || true