Skip to content

Commit

Permalink
WIP Debug 8
Browse files Browse the repository at this point in the history
  • Loading branch information
chris2511 committed Mar 7, 2024
1 parent 1a339d1 commit 9098271
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cmake.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,9 @@ jobs:
shell: msys2 {0}
run: |
set -x
echo $PATH
set
echo $PATH
echo $PATH | tr ':' '\n'
curl -O https://www.openssl.org/source/${{env.OPENSSL}}.tar.gz
tar zxf ${{env.OPENSSL}}.tar.gz
cd ${{env.OPENSSL}}
Expand Down

0 comments on commit 9098271

Please sign in to comment.