SDL: Use a tagged version of OpenWatcom in CI builds

From 1a1cc8028b0109534de28768cc8ab6e62036c36a Mon Sep 17 00:00:00 2001
From: Cameron Cawley <[EMAIL REDACTED]>
Date: Sat, 21 May 2022 16:15:24 +0100
Subject: [PATCH] Use a tagged version of OpenWatcom in CI builds

---
 .github/workflows/watcom.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/watcom.yml b/.github/workflows/watcom.yml
index ead7c4724f7..fe6552eb320 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 }}