Skip to content

Commit 7110392

Browse files
committed
Revert an absolute path for the module.
1 parent 8e06587 commit 7110392

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nginx-otel-module-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Install dependencies
1414
run: |
1515
sudo apt-get update
16-
sudo apt-get install -y cmake libc-ares-dev libre2-dev python3-venv
16+
sudo apt-get install -y cmake libc-ares-dev libre2-dev
1717
- name: Checkout nginx
1818
uses: actions/checkout@v4
1919
with:
@@ -44,7 +44,7 @@ jobs:
4444
working-directory: tests
4545
env:
4646
TEST_NGINX_GLOBALS: |
47-
load_module ../build/ngx_otel_module.so;
47+
load_module {{ github.workspace }}/build/ngx_otel_module.so;
4848
run: |
4949
python -m venv venv
5050
source venv/bin/activate

0 commit comments

Comments
 (0)