Skip to content

Commit 4838588

Browse files
authored
Merge pull request #9167 from gojimmypi/pr-fix-watcom-setld80bit
Pin Watcom compiler in workflow to 2025-09-01-Build
2 parents 4d1fa1b + 5c2f909 commit 4838588

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)