mirror of
https://github.com/encounter/SDL.git
synced 2025-05-26 01:01:27 +00:00
Update os2.yml
Specify the WATCOM environment variable in the "run" command line directly, so the home directory gets correct shell expansion.
This commit is contained in:
parent
1d918a283c
commit
30f895a5f3
6
.github/workflows/os2.yml
vendored
6
.github/workflows/os2.yml
vendored
@ -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…
x
Reference in New Issue
Block a user