Skip to content

Commit cd223f2

Browse files
committed
[ci] add lapack and specify eigen3
1 parent 0e24f1c commit cd223f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_ci_linux_and_macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ jobs:
2929
uses: awalsh128/cache-apt-pkgs-action@latest
3030
if: runner.os == 'Linux'
3131
with:
32-
packages: libopencv-dev libboost-dev libboost-date-time-dev libboost-filesystem-dev libboost-program-options-dev libboost-serialization-dev libboost-stacktrace-dev libboost-timer-dev libboost-test-dev libeigen3-dev libtbb-dev
32+
packages: liblapack-dev libopencv-dev libboost-dev libboost-date-time-dev libboost-filesystem-dev libboost-program-options-dev libboost-serialization-dev libboost-stacktrace-dev libboost-timer-dev libboost-test-dev libeigen3-dev libtbb-dev
3333
version: 1.0
3434

3535
- name: Install macOS dependencies with caching
3636
uses: tecolicom/actions-use-homebrew-tools@v1
3737
if: runner.os == 'macOS'
3838
with:
3939
# put your list of homebrew packages here for the dependencies you need
40-
tools: opencv boost eigen tbb
40+
tools: opencv boost eigen@3 tbb
4141

4242
- name: Build (Release)
4343
uses: lukka/run-cmake@v10

0 commit comments

Comments
 (0)