We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d65433 commit 07f62efCopy full SHA for 07f62ef
1 file changed
.github/workflows/build-and-test.yml
@@ -75,6 +75,9 @@ jobs:
75
- name: Extract build directory
76
run: tar -xzf build.tar.gz
77
78
+ - name: Install dependencies
79
+ run: ./InstallDependencies.bash
80
+
81
- name: Install
82
run: sudo cmake --install build/test
83
0 commit comments