From e4ea8a192c59648b253fece98f7b0e63f411e52e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gheorghi=C8=9B=C4=83=20Mutu?= Date: Thu, 7 Dec 2023 23:38:23 +0200 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1166c739..bcd8e5c3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,11 +33,11 @@ jobs: # https://github.com/dotnet/runtime/issues/82240 # temporarily install pkg-config via brew - - name: Install pkg-config - run: | - # brew update - brew install pkg-config - brew upgrade + # - name: Install pkg-config + # run: | + # # brew update + # brew install pkg-config + # brew upgrade - name: Configure CMake run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}