SDL: CI, OpenWatcom: remove workaround now that setup-watcom is fixed.

From aeeccb5d16207b2b18afe6bcde12efe52b0e09b4 Mon Sep 17 00:00:00 2001
From: Ozkan Sezer <[EMAIL REDACTED]>
Date: Mon, 23 May 2022 00:24:40 +0300
Subject: [PATCH] CI, OpenWatcom: remove workaround now that setup-watcom is
 fixed.

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

diff --git a/.github/workflows/watcom.yml b/.github/workflows/watcom.yml
index fe6552eb320..ead7c4724f7 100644
--- a/.github/workflows/watcom.yml
+++ b/.github/workflows/watcom.yml
@@ -16,8 +16,6 @@ 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 }}