mirror of
https://github.com/shadps4-emu/ext-SDL.git
synced 2024-12-04 09:04:32 +00:00
os2.yml: Fix wget command line
It's a capital O, not lowercase. :/
This commit is contained in:
parent
56813d0203
commit
eb3639d3c5
2
.github/workflows/os2.yml
vendored
2
.github/workflows/os2.yml
vendored
@ -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 '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 ; fi
|
||||
run: if [ ! -d ~/openwatcom/binl64 ]; then wget '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 ; fi
|
||||
shell: bash
|
||||
|
||||
- name: Build
|
||||
|
Loading…
Reference in New Issue
Block a user