From fff6c20676fa9c8820f9c004675bad291e168f8f Mon Sep 17 00:00:00 2001 From: Juna <46632782+JunaMeinhold@users.noreply.github.com> Date: Sun, 13 Oct 2024 15:04:15 +0200 Subject: [PATCH] Update win-arm.yml --- .github/workflows/win-arm.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/win-arm.yml b/.github/workflows/win-arm.yml index 35460c2..018164f 100644 --- a/.github/workflows/win-arm.yml +++ b/.github/workflows/win-arm.yml @@ -23,6 +23,10 @@ jobs: - name: List available libraries run: | dir "C:\Program Files (x86)\Windows Kits\10\Lib\*\um\arm64" + + - name: Path + run: | + Get-ChildItem Env:Path # - uses: actions/checkout@v4.1.7 # with: