Skip to content

Commit eb0b89d

Browse files
committed
ci: migrate deprecated grammar
1 parent 66c0f04 commit eb0b89d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
- name: Set Windows environment
3333
if: matrix.os == 'windows-latest'
3434
run:
35-
echo '::set-env name=GYP_MSVS_VERSION::2015'
36-
echo '::set-env name=GYP_MSVS_OVERRIDE_PATH::C:\\Dummy'
35+
echo 'GYP_MSVS_VERSION=2015' >> $GITHUB_ENV
36+
echo 'GYP_MSVS_OVERRIDE_PATH=C:\\Dummy' >> $GITHUB_ENV
3737
- name: Lint Python
3838
if: matrix.os == 'ubuntu-latest'
3939
run: |

0 commit comments

Comments
 (0)