Skip to content

Commit 215dccc

Browse files
committed
update build.yml
1 parent 1a136d1 commit 215dccc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
env:
2424
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
2525
PKGS: >
26-
libxerces-c-dev xsdcxx libboost-program-options-dev libopenblas-dev liblapacke-dev
26+
libxerces-c-dev xsdcxx libboost-program-options-dev libboost-filesystem-dev libboost-timer-dev libboost-chrono-dev libboost-thread-dev libopenblas-dev liblapacke-dev
2727
2828
steps:
2929

@@ -82,7 +82,7 @@ jobs:
8282
env:
8383
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
8484
PKGS: >
85-
libxerces-c-dev xsdcxx libboost-program-options-dev
85+
libxerces-c-dev xsdcxx libboost-program-options-dev libboost-filesystem-dev libboost-timer-dev libboost-chrono-dev libboost-thread-dev
8686
8787
steps:
8888

@@ -169,7 +169,7 @@ jobs:
169169
env:
170170
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
171171
PKGS: >
172-
xsdcxx libboost-program-options-dev libopenblas-dev liblapacke-dev
172+
xsdcxx libboost-program-options-dev libboost-filesystem-dev libboost-timer-dev libboost-chrono-dev libboost-thread-dev libopenblas-dev liblapacke-dev
173173
XERCES_VERSION: 3.2.4
174174

175175
steps:

0 commit comments

Comments
 (0)