ci: correctly print install tree of CMake install

This commit is contained in:
Anonymous Maarten 2022-11-23 19:18:26 +01:00
parent 8f991d7576
commit b9e45ae0bb

View file

@ -96,7 +96,7 @@ jobs:
set -eu
cmake --install build/ --config Release
echo "SDL3_DIR=$(pwd)/cmake_prefix" >> $GITHUB_ENV
( cd cmake_prefix; find ) | LC_ALL=C sort -u
( cd cmake_prefix; find . ) | LC_ALL=C sort -u
- name: Configure (Autotools)
if: matrix.platform.autotools
run: |