Skip to content

Commit 142a5c5

Browse files
committed
cat cat cat
1 parent f552d5e commit 142a5c5

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/checks.yaml

+1-5
Original file line numberDiff line numberDiff line change
@@ -220,13 +220,9 @@ jobs:
220220
run: wget https://www.zlib.net/zpipe.c
221221
- name: cargo build
222222
run: cargo build --target ${{matrix.target}} -p libz-rs-sys --release
223-
- name: ls1
224-
run: ls target/
225-
- name: ls2
226-
run: ls target/${{matrix.target}}/release/deps
227223
- name: cc
228224
run: cc -o zpipe zpipe.c target/${{matrix.target}}/release/deps/liblibz_rs_sys.so
229225
- name: execute
230-
run: echo Cargo.toml | ./zpipe | ./zpipe -d > out.txt
226+
run: cat Cargo.toml | ./zpipe | ./zpipe -d > out.txt
231227
- name: compare
232228
run: cmp -s Cargo.toml out.txt

0 commit comments

Comments
 (0)