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 48f0aab commit 86e83f8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/rng-tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,9 @@ jobs:

- name: ls
working-directory: build-dir/lib
run: ls -l
run: |
ln -s f1 f2
ls -l
- name: cat
working-directory: build-dir/lib
Expand Down

0 comments on commit 86e83f8

Please sign in to comment.