We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f552d5e commit 142a5c5Copy full SHA for 142a5c5
.github/workflows/checks.yaml
@@ -220,13 +220,9 @@ jobs:
220
run: wget https://www.zlib.net/zpipe.c
221
- name: cargo build
222
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
227
- name: cc
228
run: cc -o zpipe zpipe.c target/${{matrix.target}}/release/deps/liblibz_rs_sys.so
229
- name: execute
230
- run: echo Cargo.toml | ./zpipe | ./zpipe -d > out.txt
+ run: cat Cargo.toml | ./zpipe | ./zpipe -d > out.txt
231
- name: compare
232
run: cmp -s Cargo.toml out.txt
0 commit comments