Skip to content

Commit 19977f5

Browse files
committed
Update windows.yml
1 parent 72279e6 commit 19977f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
prefix: ${{ github.workspace }}
7979
shell: pwsh
8080
run: |
81-
cd ${{ github.workspace }}/${{ env.BUILD_PATH }}
81+
cd ${{ github.workspace }}
8282
cmake --build ${{ env.BUILD_PATH }} --target INSTALL --config ${{ env.BUILD_TYPE }}
8383
ls
8484
# 打包

0 commit comments

Comments
 (0)