We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 520fc73 commit 10d042fCopy full SHA for 10d042f
.github/workflows/external.ci.linux.yml
@@ -64,10 +64,12 @@ jobs:
64
run: |
65
# Adding execution bit to binaries is needed since upload/download GHA is using zip compression
66
# and it can't preserve files permissions - https://github.com/actions/upload-artifact/issues/38
67
- chmod +x ./bin/*
+ chmod +x ./bin/* ./lib/*
68
69
./bin/vklTutorialCPU
70
./bin/vklTutorialISPC
71
+ ldd ./bin/vklExamplesCPU
72
+ ldd ./lib/libblosc.so.1
73
./bin/vklExamplesCPU -batch -printStats -spp 50 -framebufferSize 1024 1024
74
./bin/vklTestsCPU --durations yes
75
0 commit comments