From 4d9ff5483afb1485e226432d93468dcf5249f314 Mon Sep 17 00:00:00 2001 From: Brad House Date: Wed, 15 Nov 2023 13:32:49 -0500 Subject: [PATCH] CI/CD: Add OpenWatcom --- .github/workflows/watcom.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/watcom.yml b/.github/workflows/watcom.yml index 7dec6fbe..dc301823 100644 --- a/.github/workflows/watcom.yml +++ b/.github/workflows/watcom.yml @@ -1,6 +1,6 @@ # Copyright (C) The c-ares project and its contributors # SPDX-License-Identifier: MIT -name: watcom +name: OpenWatcom on: push: branches: @@ -18,6 +18,7 @@ jobs: fetch-depth: 0 - name: configure run: | + dir buildconf.bat - name: Build c-ares run: |