From 8574b961cfa1ded064be76b40db88af00609cf1f Mon Sep 17 00:00:00 2001 From: Patricia Aas Date: Tue, 19 Mar 2024 20:14:07 +0100 Subject: [PATCH] Try to apply the workaround for runner-images bug that seems like it will never be fixed https://github.com/actions/runner-images/issues/8659 --- .github/workflows/cmake.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index fbbdf58..d3c86ff 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -75,6 +75,11 @@ jobs: - uses: actions/checkout@v3 - uses: turtlesec-no/get-ninja@1.1.0 + # Workaround for https://github.com/actions/runner-images/issues/8659 + - uses: mjp41/workaround8649@c8550b715ccdc17f89c8d5c28d7a48eeff9c94a8 + with: + os: ${{ matrix.configurations.os }} + - name: Create vcpkg build folder env: vcpkg_project_root: ${{runner.workspace}}/ms-pacman/build/${{ matrix.configurations.config-preset }}