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