We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ae14bd commit 821adb3Copy full SHA for 821adb3
.github/workflows/main.yml
@@ -44,6 +44,9 @@ jobs:
44
uses: microsoft/[email protected]
45
- name: Run premake
46
run: premake5 ${{ matrix.machine.action }} --toolset=${{ matrix.machine.toolset }} --dialect=${{ matrix.dialect }}
47
+ - uses: mjp41/workaround8649@c8550b715ccdc17f89c8d5c28d7a48eeff9c94a8
48
+ with:
49
+ os: ${{ matrix.machine.os }}
50
- name: Initialize CodeQL
51
uses: github/codeql-action/init@v2
52
with:
0 commit comments