From 589c2937ef659194a1c8eccb25c0286aa7a423f1 Mon Sep 17 00:00:00 2001 From: Denis Evsyukov Date: Mon, 24 Feb 2020 17:06:17 +0300 Subject: Fix --- .github/workflows/publish-binaries.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-binaries.yml b/.github/workflows/publish-binaries.yml index ce68cf4..3a5de24 100644 --- a/.github/workflows/publish-binaries.yml +++ b/.github/workflows/publish-binaries.yml @@ -18,7 +18,7 @@ jobs: - name: Build shell: bash run: | - apt-aget update && apt-get install clang-6.0 + apt-get 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