Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lihuiba committed May 29, 2024
1 parent 5354f15 commit a4b349a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.linux.compiler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
cmake --build build -j $(nproc) --clean-first -- VERBOSE=1
cd build/output
rm -f *.a
for f in gtest gmock gflags; do
for f in gtest gmock gflags libfuse; do
ln -s `ldd test-curl | grep $f | awk '{print $3}'` .
done
tar -c -h --use-compress-program=zstdmt -f ../../output850.tzs .
Expand All @@ -57,6 +57,7 @@ jobs:
tar -x --use-compress-program=zstdmt -f output850.tzs
ls -R
# cd build/output
ldd libphoton.so
ctest --timeout 3600 -V
gcc921:
Expand Down

0 comments on commit a4b349a

Please sign in to comment.