Skip to content

Commit f2175c0

Browse files
committed
check if c++17 headers are there.
1 parent 60f511c commit f2175c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/builds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
run: |
7777
sudo apt-get install tree
7878
pwd
79-
tree
79+
tree /usr/include/c++
8080
scons target=${{ matrix.target-type }} platform=${{ matrix.target.platform }} arch=${{ matrix.target.arch }} precision=${{ matrix.float-precision }}
8181
8282
# Sign the binary (macOS only)

0 commit comments

Comments
 (0)