Update os2.yml

Specify the WATCOM environment variable in the "run" command line directly, so the home directory gets correct shell expansion.
main
Ryan C. Gordon 2022-01-03 21:55:10 -05:00 committed by GitHub
parent 1d918a283c
commit 30f895a5f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 4 deletions

View File

@ -21,8 +21,6 @@ jobs:
shell: bash
- name: Build
run: build-scripts/os2-buildbot.sh
shell: bash
env:
WATCOM: ~/openwatcom
run: WATCOM="$HOME/openwatcom" build-scripts/os2-buildbot.sh
shell: bash