From 4c8512a80854336eaee2a9a6af3fb9c34e928cf9 Mon Sep 17 00:00:00 2001 From: itsmattkc <34096995+itsmattkc@users.noreply.github.com> Date: Sun, 3 Oct 2021 12:48:25 -0700 Subject: [PATCH] show me where the files are --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 05f3141d4..7e62b61a6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -175,6 +175,11 @@ jobs: vcpkgTriplet: x64-windows vcpkgArguments: qt5 ffmpeg openexr openimageio opencolorio portaudio + - name: Show me directory + shell: bash + run: | + ls -R $VCPKG_ROOT/installed/x64-windows + - name: Acquire Google Crashpad shell: bash working-directory: ${{ runner.workspace }}