diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 8c3f3d33..f726c8bc 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -150,7 +150,7 @@ jobs: sed -i '/Documentation/,+5 d' ./Ocaramba.sln - run: dotnet build ./Ocaramba.sln --configuration ${{ env.buildConfiguration }} - uses: browser-actions/setup-chrome@v1 - if: false + if: true - run: chrome --version - uses: nanasess/setup-chromedriver@v2 - shell: pwsh