From 5c2f90968f348abeadde1a5e2ea2c3e7bf41f00c Mon Sep 17 00:00:00 2001 From: gojimmypi Date: Fri, 5 Sep 2025 12:57:58 -0700 Subject: [PATCH] Pin Watcom compiler in workflow to 2025-09-01-Build --- .github/workflows/watcomc.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/watcomc.yml b/.github/workflows/watcomc.yml index ea1af5704..df2ba9bb1 100644 --- a/.github/workflows/watcomc.yml +++ b/.github/workflows/watcomc.yml @@ -62,6 +62,9 @@ jobs: uses: open-watcom/setup-watcom@v0 with: version: ${{ matrix.platform.owimage }} + tag: 2025-09-01-Build + # Currently fixed to this build because of latest compiler error: + # file clbrdll.lib(fltuse80): undefined symbol _SetLD80bit_ - name: Checkout wolfSSL uses: actions/checkout@v4