Skip to content

Commit

Permalink
Fix no dll error
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander-Porter committed Jul 8, 2024
1 parent ad33469 commit 4d6e325
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ jobs:
cmake .. -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX="C:/Program Files (x86)/aws" -DBUILD_ONLY="s3"
cmake --build . --config=${{matrix.build-type}}
cmake --install . --config=${{matrix.build-type}}
#使用xcopy复制C:\Program Files (x86)\aws\bin下的所有dll到build/${{ matrix.build-type }}文件夹,自动覆盖
xcopy "C:\Program Files (x86)\aws\bin" "${{ matrix.build-type }}" /s /y
cd ../..
#display the content of the directory
Expand Down

0 comments on commit 4d6e325

Please sign in to comment.