From cb0785da9f0b62a4c178ae9dea2e4060bcd4c39e Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Fri, 31 Jul 2020 16:08:51 -0400 Subject: [PATCH] Fix CI .yml [DMDeploy][TGSDeploy] --- .github/workflows/ci-suite.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-suite.yml b/.github/workflows/ci-suite.yml index b904b30a3e..21dad2622e 100644 --- a/.github/workflows/ci-suite.yml +++ b/.github/workflows/ci-suite.yml @@ -615,7 +615,7 @@ jobs: steps: - name: Install 7Zip PS Module shell: powershell - steps: Install-Module -Name 7Zip4PowerShell -Verbose + run: Install-Module -Name 7Zip4PowerShell -Verbose - name: Checkout uses: actions/checkout@v1 @@ -685,7 +685,7 @@ jobs: steps: - name: Install 7Zip PS Module shell: powershell - steps: Install-Module -Name 7Zip4PowerShell -Verbose + run: Install-Module -Name 7Zip4PowerShell -Verbose - name: Checkout uses: actions/checkout@v1