diff options
| author | Denis Evsyukov <[email protected]> | 2020-02-24 17:06:17 +0300 |
|---|---|---|
| committer | Denis Evsyukov <[email protected]> | 2020-02-24 17:06:17 +0300 |
| commit | 589c2937ef659194a1c8eccb25c0286aa7a423f1 (patch) | |
| tree | ccc64079a4389e2f11a527975b854dec988a6746 | |
| parent | Fix buils (diff) | |
| download | t-589c2937ef659194a1c8eccb25c0286aa7a423f1.tar.xz t-589c2937ef659194a1c8eccb25c0286aa7a423f1.zip | |
Fix
| -rw-r--r-- | .github/workflows/publish-binaries.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |