From bb1e4caba1a0a80ddff98069d9b01fd59d3feca4 Mon Sep 17 00:00:00 2001 From: Denis Evsyukov Date: Mon, 24 Feb 2020 17:04:57 +0300 Subject: Fix buils --- .github/workflows/publish-binaries.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.github/workflows') 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 -- cgit v1.2.3