Quellcode durchsuchen

workflows: Remove redundant `cmake --build`

Signed-off-by: Simon McVittie <[email protected]>
Simon McVittie vor 3 Jahren
Ursprung
Commit
4da47601be
1 geänderte Dateien mit 0 neuen und 1 gelöschten Zeilen
  1. 0 1
      .github/workflows/main.yml

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

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