Skip to content

Commit b71908b

Browse files
view WM_DIR
1 parent d38fd00 commit b71908b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ jobs:
4343
shell: bash
4444
run: |
4545
. /opt/openfoam/OpenFOAM-12/etc/bashrc || true
46-
wmake -help
46+
echo $WM_DIR
47+
ls $WM_DIR
4748
which wmake
4849
unset FOAM_SIGFPE && unset FOAM_SETNAN
4950
./run_tests

0 commit comments

Comments
 (0)