Update os2.yml
Specify the WATCOM environment variable in the "run" command line directly, so the home directory gets correct shell expansion.main
parent
1d918a283c
commit
30f895a5f3
|
@ -21,8 +21,6 @@ jobs:
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: build-scripts/os2-buildbot.sh
|
run: WATCOM="$HOME/openwatcom" build-scripts/os2-buildbot.sh
|
||||||
shell: bash
|
shell: bash
|
||||||
env:
|
|
||||||
WATCOM: ~/openwatcom
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue