Skip to content

Commit 10d042f

Browse files
committed
WIP CI deb
1 parent 520fc73 commit 10d042f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/external.ci.linux.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,12 @@ jobs:
6464
run: |
6565
# Adding execution bit to binaries is needed since upload/download GHA is using zip compression
6666
# and it can't preserve files permissions - https://github.com/actions/upload-artifact/issues/38
67-
chmod +x ./bin/*
67+
chmod +x ./bin/* ./lib/*
6868
6969
./bin/vklTutorialCPU
7070
./bin/vklTutorialISPC
71+
ldd ./bin/vklExamplesCPU
72+
ldd ./lib/libblosc.so.1
7173
./bin/vklExamplesCPU -batch -printStats -spp 50 -framebufferSize 1024 1024
7274
./bin/vklTestsCPU --durations yes
7375

0 commit comments

Comments
 (0)