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 23565c5 commit 00c796a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.linux.compiler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ jobs:
cmake --build build -j $(nproc) --clean-first -- VERBOSE=1
cd build/output
rm -f *.a
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 .
# 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=gzip -f ../../output850.tzs .
- name: Upload850
uses: actions/upload-artifact@v4
with:
Expand All @@ -61,7 +61,7 @@ jobs:
name: output850
- name: test
run: |
tar -x --use-compress-program=zstdmt -f output850.tzs
tar -x --use-compress-program=gzip -f output850.tzs
ctest --timeout 3600 -V
gcc921:
Expand Down

0 comments on commit 00c796a

Please sign in to comment.