Update workflow.yml

This commit is contained in:
Leon 2023-06-02 23:55:06 +02:00 committed by GitHub
parent b23d189209
commit cbb1cd268d
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 "/opt/hostedtoolcache/chromium/latest/x64/chrome" >> $GITHUB_PATH
echo "/opt/hostedtoolcache/chromium/stable/x64" >> $GITHUB_PATH
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
with: