Skip to content

Commit

Permalink
fix buffer copy error
Browse files Browse the repository at this point in the history
  • Loading branch information
scx1332 committed Jul 17, 2024
1 parent 6119939 commit d0ccf6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
sudo mount -t tmpfs -o size=1100M tmpfs tmp
cp test.tar.zstd tmp
cd tmp
cat-once --file test.tar.zstd > test2.tar.zstd
cat-once --file test2.tar.zstd | tar -I zstd -xf - -C .
cat-once --file test.tar.zstd --chunk-size 55MB > test2.tar.zstd
cat-once --file test2.tar.zstd --chunk-size 42MB | tar -I zstd -xf - -C .
sha1sum test.file > ../test-out.file.sha1
- name: Compare checksums
Expand Down

0 comments on commit d0ccf6f

Please sign in to comment.