Skip to content

Commit

Permalink
Correct arg order
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Apr 9, 2023
1 parent 507a7ae commit 8cd2f44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Expand Up @@ -29,7 +29,7 @@ jobs:
matrix:
os: [ windows-2019, windows-2022 ]
steps:
- run: dir /X 'C:\'
- run: dir 'C:\' /x
- run: dir 'C:\Program Files'
- run: dir 'C:\Program Files\OpenSSL'
- run: dir 'C:\Program Files\OpenSSL\include'
Expand Down

0 comments on commit 8cd2f44

Please sign in to comment.