Skip to content

Commit

Permalink
made a change to fix building base images
Browse files Browse the repository at this point in the history
  • Loading branch information
Edwardius committed Mar 8, 2024
1 parent d863ff0 commit d7b0e13
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_base_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ jobs:
uses: actions/checkout@v4

- name: Setup Watod Environment
run: ./watod_scripts/watod-setup-env.sh
run: |
MODULES_DIR="$GITHUB_WORKSPACE/modules"
. ./watod_scripts/watod-setup-env.sh
shell: bash

- name: Generate Docker Environment
Expand Down

0 comments on commit d7b0e13

Please sign in to comment.