浏览代码

Update os2.yml

Specify the WATCOM environment variable in the "run" command line directly, so the home directory gets correct shell expansion.
Ryan C. Gordon 3 年之前
父节点
当前提交
30f895a5f3
共有 1 个文件被更改,包括 2 次插入4 次删除
  1. 2 4
      .github/workflows/os2.yml

+ 2 - 4
.github/workflows/os2.yml

@@ -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