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 a4b349a commit 48a2c6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 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 libfuse; do
for f in gtest gmock gflags libfuse libgsasl; do
ln -s `ldd test-curl | grep $f | awk '{print $3}'` .
done
tar -c -h --use-compress-program=zstdmt -f ../../output850.tzs .
Expand Down

0 comments on commit 48a2c6c

Please sign in to comment.