8000 fix dumpbin not being found (it's not in path) · arduino/clang-static-binaries@9eff07e · GitHub
[go: up one dir, main page]

Skip to content

Commit 9eff07e

Browse files
committed
fix dumpbin not being found (it's not in path)
1 parent 8356867 commit 9eff07e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
os: windows-latest
2525
os-cmake-args: '-DCMAKE_CXX_FLAGS="/MP /std:c++14" -DLLVM_USE_CRT_MINSIZEREL="MT"'
2626
build-args: '--config MinSizeRel'
27-
dep-tool: 'dumpbin'
27+
dep-tool: '"C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.28.29333\bin\HostX86\x64\dumpbin.exe"'
2828
bindir: '/build/MinSizeRel/bin'
2929
extra-tar-args: '--exclude=${RELEASE}/clang/test/Driver/Inputs/* --exclude=${RELEASE}/libcxx/test/std/input.output/filesystems/Inputs/static_test_env/* --exclude=${RELEASE}/libclc/amdgcn-mesa3d'
3030
arch: 386
@@ -33,7 +33,7 @@ jobs:
3333
os: windows-latest
3434
os-cmake-args: '-Thost=x64 -DCMAKE_CXX_FLAGS="/MP /std:c++14" -DLLVM_USE_CRT_MINSIZEREL="MT"'
3535
build-args: '--config MinSizeRel'
36-
dep-tool: 'dumpbin'
36+
dep-tool: '"C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.28.29333\bin\HostX86\x64\dumpbin.exe"'
3737
bindir: '/build/MinSizeRel/bin'
3838
arch: amd64
3939
extra-tar-args: '--exclude=${RELEASE}/clang/test/Driver/Inputs/* --exclude=${RELEASE}/libcxx/test/std/input.output/filesystems/Inputs/static_test_env/* --exclude=${RELEASE}/libclc/amdgcn-mesa3d'

0 commit comments

Comments
 (0)
0