Browse Source

Use a tagged version of OpenWatcom in CI builds

Cameron Cawley 4 năm trước cách đây
mục cha
commit
1a1cc8028b
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      .github/workflows/watcom.yml

+ 2 - 0
.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 }}