Skip to content

Commit

Permalink
fix single run: line
Browse files Browse the repository at this point in the history
Signed-off-by: Siddhant Kumar <[email protected]>
  • Loading branch information
siddhantk232 authored Jan 2, 2024
1 parent cdab35b commit 07e3068
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/static_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
- name: run fastn
run: ./target/x86_64-unknown-linux-musl/release/fastn --version
- name: ls files
run: ls target/
run: ls target/x86_64-unknown-linux-musl/release/fastn
run: file target/x86_64-unknown-linux-musl/release/fastn
run: |
ls target/
ls target/x86_64-unknown-linux-musl/release/fastn
file target/x86_64-unknown-linux-musl/release/fastn

0 comments on commit 07e3068

Please sign in to comment.