Skip to content

Commit

Permalink
ci: migrate deprecated grammar (#2285)
Browse files Browse the repository at this point in the history
PR-URL: #2285
Reviewed-By: Richard Lau <rlau@redhat.com>
  • Loading branch information
gengjiawen committed Dec 18, 2020
1 parent 66c0f04 commit 15a5c7d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Expand Up @@ -31,9 +31,9 @@ jobs:
pip install flake8 pytest
- name: Set Windows environment
if: matrix.os == 'windows-latest'
run:
echo '::set-env name=GYP_MSVS_VERSION::2015'
echo '::set-env name=GYP_MSVS_OVERRIDE_PATH::C:\\Dummy'
run: |
echo 'GYP_MSVS_VERSION=2015' >> $Env:GITHUB_ENV
echo 'GYP_MSVS_OVERRIDE_PATH=C:\\Dummy' >> $Env:GITHUB_ENV
- name: Lint Python
if: matrix.os == 'ubuntu-latest'
run: |
Expand Down

0 comments on commit 15a5c7d

Please sign in to comment.