We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a4fa0d commit 0714c53Copy full SHA for 0714c53
1 file changed
.github/workflows/watcomc.yml
@@ -62,9 +62,10 @@ jobs:
62
uses: open-watcom/setup-watcom@v0
63
with:
64
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_
+ # Currently fixed to a monthly build because of historical instability with daily releases.
+ # See https://github.com/wolfSSL/wolfssl/pull/9167
+ # Pin to monthly release as needed:
68
+ tag: 2025-11-03-Build
69
70
- name: Checkout wolfSSL
71
uses: actions/checkout@v4
0 commit comments