Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
zoff99 committed Jan 15, 2024
1 parent 1c3af39 commit 23302c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci_s390.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ jobs:
./dockcross-linux-s390x bash -c './.circleci/cmake-s390x'
- name: find output
run: |
run: |
find / -name vpx_image.h || echo "NO ERR"
find . -name libtoxcore.a
find . -name 'libtoxcore.so*' || echo "NO ERR"
find . -name friend_connection_test
Expand Down

0 comments on commit 23302c8

Please sign in to comment.