Use a tagged version of OpenWatcom in CI builds

This commit is contained in:
Cameron Cawley 2022-05-21 16:15:24 +01:00 committed by Ozkan Sezer
parent dc62fec5e9
commit 1a1cc8028b
1 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: open-watcom/setup-watcom@v0
with:
tag: 2022-05-01-Build
- name: Build SDL2
run: |
wmake -f ${{ matrix.platform.makefile }}