mirror of
https://github.com/encounter/SDL.git
synced 2025-12-08 13:15:10 +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:
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
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user