From ad3b90e59db8ab6b18898d7d31665a654866c26d Mon Sep 17 00:00:00 2001 From: fraggerfox Date: Mon, 18 Mar 2024 06:41:08 +0100 Subject: Fix the compiler name for OpenBSD. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 548f56d9..3b37a723 100755 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -271,7 +271,7 @@ jobs: CPPFLAGS="-I/usr/pkg/include" ./configure --enable-unicode --enable-werror gmake -k - build-openbsd-latest-gcc: + build-openbsd-latest-clang: runs-on: ubuntu-22.04 timeout-minutes: 20 steps: -- cgit v1.2.3