File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -53,29 +53,30 @@ jobs:
53
53
find "$llvm_dir" -type f
54
54
55
55
- name : Setup C++
56
- uses : alandefreitas/cpp-actions/setup-cpp@v1.1.0
56
+ uses : alandefreitas/cpp-actions/setup-cpp@v1.2.1
57
57
id : setup-cpp
58
58
with :
59
59
compiler : ${{ matrix.compiler }}
60
60
version : ${{ matrix.version }}
61
+ update-ld-library-path : true
61
62
62
63
- name : Install packages
63
64
if : ${{ matrix.install }}
64
- uses : alandefreitas/cpp-actions/package-install@v1.0.0
65
+ uses : alandefreitas/cpp-actions/package-install@v1.2.1
65
66
id : package-install
66
67
with :
67
68
apt-get : ${{ matrix.install }}
68
69
69
70
- name : CMake Workflow (C++${{ matrix.std }})
70
- uses : alandefreitas/cpp-actions/cmake-workflow@v1.0.0
71
+ uses : alandefreitas/cpp-actions/cmake-workflow@v1.2.1
71
72
with :
72
- cmake-min- version : 3.13
73
+ cmake-version : ' >=3.20 '
73
74
cxxstd : ${{ matrix.std }}
74
75
cxx : ${{ steps.setup-cpp.outputs.cxx }}
75
76
cc : ${{ steps.setup-cpp.outputs.cc }}
76
77
generator : Ninja
77
78
install-prefix : .local
78
- extra-args : ${{ format('-D LLVM_ROOT={0} -D Clang_ROOT={0} -DCMAKE_EXPORT_COMPILE_COMMANDS =ON', (startsWith( matrix.os , 'windows') && steps.llvm-install.outputs.llvm-dir) || '/usr/local') }}
79
+ extra-args : ${{ format('-D LLVM_ROOT=" {0}" -D Clang_ROOT=" {0}" -D CMAKE_EXPORT_COMPILE_COMMANDS =ON', steps.llvm-install.outputs.llvm-dir || '/usr/local') }}
79
80
80
81
- name : Create packages
81
82
working-directory : ./build
You can’t perform that action at this time.
0 commit comments