From 05f7d3b7ee1ccaaba568a1d986410f043dc3466c Mon Sep 17 00:00:00 2001 From: Aiden Fujiwara Date: Thu, 2 Nov 2023 13:31:37 -0700 Subject: [PATCH] cmd instead of powershell --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bcca73a..a0b284f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -70,11 +70,11 @@ jobs: - uses: actions/checkout@v2 - name: End-to-end tests windows - shell: pwsh + shell: cmd run: | cargo install --path . foreman --version - $env:Path += '%USERPROFILE%/.foreman/bin' + set PATH=%PATH%;%USERPROFILE%/.foreman/bin bash .\scripts\end-to-end-tests.sh kill-process-test-unix: