Skip to content

Commit eef95f2

Browse files
committed
Update CI
1 parent 5b21772 commit eef95f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,11 +116,11 @@ jobs:
116116
- run: rustup target add ${{ matrix.target }}
117117
- name: Set crt-static
118118
if: matrix.crt_static == 'yes'
119-
run: echo ::set-env name=RUSTFLAGS::-Ctarget-feature=+crt-static
119+
run: echo RUSTFLAGS=-Ctarget-feature=+crt-static >> $GITHUB_ENV
120120
shell: bash
121121
- name: Use strawberry perl
122122
if: startsWith(matrix.os, 'windows')
123-
run: echo ::set-env name=OPENSSL_SRC_PERL::C:/Strawberry/perl/bin/perl
123+
run: echo OPENSSL_SRC_PERL=C:/Strawberry/perl/bin/perl >> $GITHUB_ENV
124124
shell: bash
125125
- run: |
126126
set -e

0 commit comments

Comments
 (0)