Skip to content

Commit 4ca4913

Browse files
Modify build workflow for MacOS dependencies
1 parent 5ef4e08 commit 4ca4913

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
submodules: recursive
2020
- name: (MacOS) Install dependencies
2121
if: runner.os == 'macOS'
22-
run: brew install libomp boost
22+
run: brew install lld libomp boost
2323
- name: (Linux) Install dependencies
2424
if: runner.os == 'Linux'
2525
run: sudo apt-get update && sudo apt-get install -yq libomp-dev libboost-dev libboost-serialization-dev libboost-program-options-dev libboost-filesystem-dev libboost-iostreams-dev
@@ -41,7 +41,7 @@ jobs:
4141
working-directory: ${{runner.workspace}}/sherpas
4242
shell: bash
4343
run: sherpas/SHERPAS -h
44-
- name: Test XPAS-DNA (db build capacity)
45-
working-directory: ${{runner.workspace}}/sherpas
46-
shell: bash
47-
run: lib/xpas/build/xpas-build-dna --help
44+
#- name: Test XPAS-DNA (db build capacity)
45+
# working-directory: ${{runner.workspace}}/sherpas
46+
# shell: bash
47+
# run: lib/xpas/build/xpas-build-dna --help

0 commit comments

Comments
 (0)