Skip to content

Commit

Permalink
ci: migrate deprecated grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
gengjiawen committed Dec 18, 2020
1 parent 66c0f04 commit eb0b89d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
- 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'
echo 'GYP_MSVS_VERSION=2015' >> $GITHUB_ENV
echo 'GYP_MSVS_OVERRIDE_PATH=C:\\Dummy' >> $GITHUB_ENV
- name: Lint Python
if: matrix.os == 'ubuntu-latest'
run: |
Expand Down

0 comments on commit eb0b89d

Please sign in to comment.