Skip to content

Commit

Permalink
Verify the DOS short name
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Apr 9, 2023
1 parent e0af842 commit 229cff5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Expand Up @@ -30,9 +30,9 @@ jobs:
os: [ windows-2019, windows-2022 ]
steps:
- run: dir 'C:\Program Files'
- run: dir 'C:\Program~1'
- run: dir 'C:\Program Files\OpenSSL'
- run: dir 'C:\Program Files\OpenSSL\include'
- run: dir 'C:\Program Files\OpenSSL\lib'
- run: dir 'C:\Program~1\OpenSSL'
- uses: actions/checkout@v3
- uses: ilammy/msvc-dev-cmd@v1
with:
Expand Down

0 comments on commit 229cff5

Please sign in to comment.