Skip to content

Commit e48573c

Browse files
benneybenney
authored andcommitted
add missing dependencies from release workflow
1 parent af288aa commit e48573c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@ jobs:
1919
with:
2020
submodules: true
2121

22+
- name: install build dependencies (Ubuntu)
23+
run: sudo apt update && sudo apt install -y libisal-dev
24+
if: runner.os == 'Linux'
25+
- name: install build dependencies (MacOS)
26+
run: brew install isa-l
27+
if: runner.os == 'macOS'
28+
2229
# Setup the build machine with the most recent versions of CMake and Ninja. Both are cached if not already: on subsequent runs both will be quickly restored from GitHub cache service.
2330
- uses: lukka/get-cmake@latest
2431
- name: Restore from cache the dependencies and generate project files

0 commit comments

Comments
 (0)