Jelajahi Sumber

workflows: Remove redundant `cmake --build`

Signed-off-by: Simon McVittie <smcv@collabora.com>
Simon McVittie 3 tahun lalu
induk
melakukan
4da47601be
1 mengubah file dengan 0 tambahan dan 1 penghapusan
  1. 0 1
      .github/workflows/main.yml

+ 0 - 1
.github/workflows/main.yml

@@ -88,7 +88,6 @@ jobs:
     - name: Install
       run: |
         set -eu
-        cmake -v --build build/ --config Release
         rm -fr DESTDIR-cmake
         DESTDIR=$(pwd)/DESTDIR-cmake cmake -v --install build/ --config Release
         ( cd DESTDIR-cmake; find ) | LC_ALL=C sort -u