Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
julek-wolfssl committed Aug 5, 2024
1 parent b09aa0c commit 48f0aab
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/rng-tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,14 @@ jobs:
- name: file
working-directory: build-dir/lib
run: file *

- name: ls
working-directory: build-dir/lib
run: ls -l

- name: cat
working-directory: build-dir/lib
run: cat libwolfssl.la libwolfssl.so libwolfssl.so.42

- name: Checkout OSP
uses: actions/checkout@v4
Expand Down

0 comments on commit 48f0aab

Please sign in to comment.