Skip to content

Commit

Permalink
ci: migrate deprecated grammar (nodejs#2285)
Browse files Browse the repository at this point in the history
PR-URL: nodejs#2285
Reviewed-By: Richard Lau <rlau@redhat.com>
  • Loading branch information
gengjiawen authored and owl-from-hogvarts committed Jan 29, 2021
1 parent 05a92de commit 9df5e42
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
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 9df5e42

Please sign in to comment.