Skip to content

Commit

Permalink
Update vm1-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
druzus authored Jan 24, 2025
1 parent a4456fd commit 4f5358e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vm1-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
ref: ${{ github.event.client_payload.branch }}

- run: pwd
- run: for f in /usr/include/openssl/*;do echo "=^$f";cat $f;done|grep =^
- run: for f in /usr/include/openssl/*;do echo "=^$f";cat $f;done
- run: ls

- name: Prepare ccache using action
Expand Down

0 comments on commit 4f5358e

Please sign in to comment.