Commit 1a1cc8028b0109534de28768cc8ab6e62036c36a

Cameron Cawley 2022-05-21T16:15:24

Use a tagged version of OpenWatcom in CI builds

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/.github/workflows/watcom.yml b/.github/workflows/watcom.yml
index ead7c47..fe6552e 100644
--- a/.github/workflows/watcom.yml
+++ b/.github/workflows/watcom.yml
@@ -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 }}