Skip to content

Commit

Permalink
Revert an absolute path for the module.
Browse files Browse the repository at this point in the history
  • Loading branch information
jimf5 committed Nov 15, 2024
1 parent 8e06587 commit 7110392
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nginx-otel-module-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y cmake libc-ares-dev libre2-dev python3-venv
sudo apt-get install -y cmake libc-ares-dev libre2-dev
- name: Checkout nginx
uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
working-directory: tests
env:
TEST_NGINX_GLOBALS: |
load_module ../build/ngx_otel_module.so;
load_module {{ github.workspace }}/build/ngx_otel_module.so;
run: |
python -m venv venv
source venv/bin/activate
Expand Down

0 comments on commit 7110392

Please sign in to comment.