From 1dd6c0e867c04b9cf26f50ba0e2513ab3d63ec6f Mon Sep 17 00:00:00 2001 From: Gauthier Quesnel Date: Tue, 2 Jul 2024 13:45:06 +0200 Subject: [PATCH] macos: fix pkgconfig environment variable --- .github/workflows/macos.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index ce39804..f2880b2 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -19,12 +19,12 @@ jobs: steps: - name: Checkout repository and submodule - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: submodules: recursive - name: Install dependencies - run: brew install expat fmt + run: brew install fmt - name: Configure CMake run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{matrix.BUILD_TYPE}}