From b72af1290f2730ba2f64a9fa1d993d261ecdb494 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bart=C5=82omiej=20Pomiet=C5=82o?= <163325596+bartpomietlo@users.noreply.github.com> Date: Tue, 10 Sep 2024 23:37:19 +0200 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ac3cdaa..d0fcc06 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,9 @@ jobs: - name: Print Environment Variables run: | echo "Printing environment variables:" - set + Get-ChildItem Env: + shell: pwsh + - name: Set up vcpkg run: |