Skip to content

Commit cc7c4b8

Browse files
committed
exclude some windows
1 parent 678c7bd commit cc7c4b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/cpp.yml

+1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252
sudo apt-get update
5353
sudo apt-get install gcc-4.8 g++-4.8 g++-4.8-multilib linux-libc-dev:i386 libc6-dev-i386
5454
fi
55+
if: matrix.os != 'windows-latest'
5556

5657
- name: Setup cmake
5758
uses: jwlawson/[email protected]

0 commit comments

Comments
 (0)