aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/publish-binaries.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/publish-binaries.yml b/.github/workflows/publish-binaries.yml
index 19ecc5e..ce68cf4 100644
--- a/.github/workflows/publish-binaries.yml
+++ b/.github/workflows/publish-binaries.yml
@@ -18,6 +18,7 @@ jobs:
- name: Build
shell: bash
run: |
+ apt-aget update && apt-get install clang-6.0
mkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
cmake --build . --parallel --config Release --target t