diff options
| author | Denis Evsyukov <[email protected]> | 2020-02-24 17:04:57 +0300 |
|---|---|---|
| committer | Denis Evsyukov <[email protected]> | 2020-02-24 17:04:57 +0300 |
| commit | bb1e4caba1a0a80ddff98069d9b01fd59d3feca4 (patch) | |
| tree | dcf4a443d9fe024f4e949ffa91f4f4f2b0e698a7 /.github/workflows | |
| parent | [~] build (diff) | |
| download | t-bb1e4caba1a0a80ddff98069d9b01fd59d3feca4.tar.xz t-bb1e4caba1a0a80ddff98069d9b01fd59d3feca4.zip | |
Fix buils
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/publish-binaries.yml | 1 |
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 |