Skip to content

Commit da9d2aa

Browse files
committed
fix docker path
1 parent 4bc9765 commit da9d2aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Setup Watod Environment
2727
run: |
2828
MODULES_DIR="$GITHUB_WORKSPACE/modules"
29-
. ./watod_scripts/watod-setup-env.sh
29+
. ./watod_scripts/watod-setup-docker-env.sh
3030
shell: bash
3131

3232
- name: Generate Docker Environment

0 commit comments

Comments
 (0)