workflows: Remove redundant cmake --build

Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
Simon McVittie 2022-05-04 18:13:38 +01:00 committed by Sam Lantinga
parent 2a8297e427
commit 4da47601be

View file

@ -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