Skip to content

Commit

Permalink
Try to apply the workaround for runner-images bug that seems like it …
Browse files Browse the repository at this point in the history
…will never be fixed

actions/runner-images#8659
  • Loading branch information
patricia-gallardo committed Mar 19, 2024
1 parent 3380c29 commit 17ba0bb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 17ba0bb

Please sign in to comment.