Skip to content

Commit 5c2f909

Browse files
committed
Pin Watcom compiler in workflow to 2025-09-01-Build
1 parent 4d1fa1b commit 5c2f909

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/watcomc.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ jobs:
6262
uses: open-watcom/setup-watcom@v0
6363
with:
6464
version: ${{ matrix.platform.owimage }}
65+
tag: 2025-09-01-Build
66+
# Currently fixed to this build because of latest compiler error:
67+
# file clbrdll.lib(fltuse80): undefined symbol _SetLD80bit_
6568

6669
- name: Checkout wolfSSL
6770
uses: actions/checkout@v4

0 commit comments

Comments
 (0)