Skip to content

Commit 1a989ec

Browse files
Try to apply the workaround for runner-images bug that seems like it will never be fixed
actions/runner-images#8659
1 parent 4f0f4df commit 1a989ec

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/cmake.yml

+5
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,11 @@ jobs:
7575
- uses: actions/checkout@v3
7676
- uses: turtlesec-no/[email protected]
7777

78+
# Workaround for https://github.com/actions/runner-images/issues/8659
79+
- uses: mjp41/workaround8649@c8550b715ccdc17f89c8d5c28d7a48eeff9c94a8
80+
with:
81+
os: ${{ matrix.configurations.os }}
82+
7883
- name: Create vcpkg build folder
7984
env:
8085
vcpkg_project_root: ${{runner.workspace}}/ms-pacman/build/${{ matrix.configurations.config-preset }}

0 commit comments

Comments
 (0)