Skip to content

Commit 07f62ef

Browse files
committed
Fix install step
1 parent 2d65433 commit 07f62ef

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build-and-test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@ jobs:
7575
- name: Extract build directory
7676
run: tar -xzf build.tar.gz
7777

78+
- name: Install dependencies
79+
run: ./InstallDependencies.bash
80+
7881
- name: Install
7982
run: sudo cmake --install build/test
8083

0 commit comments

Comments
 (0)