Skip to content

Commit

Permalink
nginx: create a t/ directory for every job defined.
Browse files Browse the repository at this point in the history
  • Loading branch information
thresheek committed Sep 26, 2024
1 parent 5016c31 commit 572331a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/nginx-buildbot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -687,6 +687,7 @@ jobs:
- name: configure and build with ${{ matrix.ssl }}
run: |
mkdir -p t/
case "${{ matrix.ssl }}" in
bssl)
LD_OPT="-L ssl/build/ssl -L ssl/build/crypto -lstdc++"
Expand Down Expand Up @@ -834,7 +835,7 @@ jobs:
mkdir C:/TEMP/
mkdir C:/tmp/
mkdir t
mkdir -p t/
- name: Download and unpack dependencies
run: |
Expand Down

0 comments on commit 572331a

Please sign in to comment.