Skip to content

Commit 4672325

Browse files
committed
fixed bug docker runner does not inherit env variables from docker image
1 parent e6a0314 commit 4672325

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/linux-build.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
credentials:
1818
username: ${{ github.actor }}
1919
password: ${{ secrets.github_token }}
20+
env:
21+
VCPKG_ROOT: /opt/vcpkg # Path must match inside the Docker image
2022

2123
strategy:
2224
matrix:

0 commit comments

Comments
 (0)