mirror of https://github.com/encounter/SDL.git
CI, OpenWatcom: remove workaround now that setup-watcom is fixed.
This commit is contained in:
parent
d5e58049ae
commit
aeeccb5d16
|
@ -16,8 +16,6 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: open-watcom/setup-watcom@v0
|
- uses: open-watcom/setup-watcom@v0
|
||||||
with:
|
|
||||||
tag: 2022-05-01-Build
|
|
||||||
- name: Build SDL2
|
- name: Build SDL2
|
||||||
run: |
|
run: |
|
||||||
wmake -f ${{ matrix.platform.makefile }}
|
wmake -f ${{ matrix.platform.makefile }}
|
||||||
|
|
Loading…
Reference in New Issue