Update workflow.yml

This commit is contained in:
Leon 2023-06-03 00:34:07 +02:00 committed by GitHub
parent 591fe54cc1
commit bebcdc21b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ jobs:
chrome-version: stable
- name: set chrome in path
run: |
echo ${{ steps.setup-chrome.outputs.chrome-path}} >> $GITHUB_PATH
echo "/opt/hostedtoolcache/chromium/stable/x64" >> $GITHUB_PATH
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
with: