Skip to content

Commit

Permalink
修复上传无文件
Browse files Browse the repository at this point in the history
  • Loading branch information
closehandle authored Aug 20, 2024
1 parent d40fbd2 commit 3effddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
-DLLVM_INCLUDE_TESTS=OFF `
-DLLVM_INCLUDE_EXAMPLES=OFF `
-DLLVM_ENABLE_PROJECTS="clang;lld;lldb" `
-DCMAKE_INSTALL_PREFIX="$(-Join((Get-Location).Path, '\release'))" `
-DCMAKE_INSTALL_PREFIX="$(-Join((Get-Location).Path, '\..\release'))" `
-DLLVM_ENABLE_LIBXML2=OFF `
-DLLVM_ENABLE_ZLIB=OFF `
-DLLVM_TARGETS_TO_BUILD=X86 `
Expand Down

0 comments on commit 3effddb

Please sign in to comment.