Skip to content

Commit

Permalink
Windows paths 9.
Browse files Browse the repository at this point in the history
  • Loading branch information
karliss committed Sep 12, 2024
1 parent 622124f commit 09cd9f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,8 @@ jobs:
shell: cmd
run: |
dir
7z.exe x -ocutter -spe %PACKAGE_NAME%
7z.exe x %PACKAGE_NAME%
ren %PACKAGE_NAME:~0,-4% cutter
dir
dir cutter
cd sample-cpp
Expand Down

0 comments on commit 09cd9f5

Please sign in to comment.