diff --git a/.github/workflows/nginx-otel-module-check.yml b/.github/workflows/nginx-otel-module-check.yml index 8e48863..2195ea8 100644 --- a/.github/workflows/nginx-otel-module-check.yml +++ b/.github/workflows/nginx-otel-module-check.yml @@ -9,7 +9,7 @@ jobs: uses: actions/checkout@v3 - name: Install system dependecies run: | - sudo apt-get update && sudo apt install -y cmake \ + sudo apt-get update && sudo apt-get install -y cmake \ libc-ares-dev libre2-dev - name: Checkout and build nginx run: |