We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 678c7bd commit cc7c4b8Copy full SHA for cc7c4b8
.github/workflows/cpp.yml
@@ -52,6 +52,7 @@ jobs:
52
sudo apt-get update
53
sudo apt-get install gcc-4.8 g++-4.8 g++-4.8-multilib linux-libc-dev:i386 libc6-dev-i386
54
fi
55
+ if: matrix.os != 'windows-latest'
56
57
- name: Setup cmake
58
uses: jwlawson/[email protected]
0 commit comments