We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b21772 commit eef95f2Copy full SHA for eef95f2
.github/workflows/main.yml
@@ -116,11 +116,11 @@ jobs:
116
- run: rustup target add ${{ matrix.target }}
117
- name: Set crt-static
118
if: matrix.crt_static == 'yes'
119
- run: echo ::set-env name=RUSTFLAGS::-Ctarget-feature=+crt-static
+ run: echo RUSTFLAGS=-Ctarget-feature=+crt-static >> $GITHUB_ENV
120
shell: bash
121
- name: Use strawberry perl
122
if: startsWith(matrix.os, 'windows')
123
- run: echo ::set-env name=OPENSSL_SRC_PERL::C:/Strawberry/perl/bin/perl
+ run: echo OPENSSL_SRC_PERL=C:/Strawberry/perl/bin/perl >> $GITHUB_ENV
124
125
- run: |
126
set -e
0 commit comments