We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f0f4df commit 1a989ecCopy full SHA for 1a989ec
.github/workflows/cmake.yml
@@ -75,6 +75,11 @@ jobs:
75
- uses: actions/checkout@v3
76
- uses: turtlesec-no/[email protected]
77
78
+ # Workaround for https://github.com/actions/runner-images/issues/8659
79
+ - uses: mjp41/workaround8649@c8550b715ccdc17f89c8d5c28d7a48eeff9c94a8
80
+ with:
81
+ os: ${{ matrix.configurations.os }}
82
+
83
- name: Create vcpkg build folder
84
env:
85
vcpkg_project_root: ${{runner.workspace}}/ms-pacman/build/${{ matrix.configurations.config-preset }}
0 commit comments