From 8343ebd63502933cc8c0b8042b3db089cdec2e72 Mon Sep 17 00:00:00 2001 From: Eugene Grebenschikov Date: Thu, 8 Jun 2023 12:43:34 -0700 Subject: [PATCH] fix: apt -> apt-get --- .github/workflows/nginx-otel-module-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: |