瀏覽代碼

Update os2.yml

Whoops, forgot the `-R` on the chmod command.
Ryan C. Gordon 3 年之前
父節點
當前提交
1d918a283c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/os2.yml

+ 1 - 1
.github/workflows/os2.yml

@@ -17,7 +17,7 @@ jobs:
           key: ${{ runner.os }}-build-${{ env.cache-name }}
 
       - name: Download OpenWatcom if not cached
-        run: if [ ! -d ~/openwatcom/binl64 ]; then wget --no-verbose 'https://github.com/open-watcom/open-watcom-v2/releases/download/Current-build/open-watcom-2_0-c-linux-x64' -O ~/ow.zip && mkdir -p ~/openwatcom && cd ~/openwatcom && unzip ~/ow.zip && chmod a+rx ~/openwatcom ; fi
+        run: if [ ! -d ~/openwatcom/binl64 ]; then wget --no-verbose 'https://github.com/open-watcom/open-watcom-v2/releases/download/Current-build/open-watcom-2_0-c-linux-x64' -O ~/ow.zip && mkdir -p ~/openwatcom && cd ~/openwatcom && unzip ~/ow.zip && chmod -R a+rx ~/openwatcom ; fi
         shell: bash
 
       - name: Build