Skip to content
This repository was archived by the owner on Jun 18, 2021. It is now read-only.

Commit b8fe0b5

Browse files
committed
Try
1 parent 58577cb commit b8fe0b5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ on:
99
jobs:
1010
build:
1111
runs-on: ${{ matrix.os }}
12-
env: ${{ matrix.env }}
12+
env:
13+
RUSTFLAGS: ${{ matrix.RUSTFLAGS }}
1314
strategy:
1415
matrix:
1516
os: [macos-10.15, ubuntu-18.04, windows-2019]
@@ -30,8 +31,7 @@ jobs:
3031
- wasm: true
3132
CHECK_COMMAND: rustup default wasm32-unknown-unknown && cargo check --all-targets
3233
TEST_COMMAND: rustup default wasm32-unknown-unknown && cargo test --all-targets --no-run
33-
env:
34-
RUSTFLAGS: --cfg=web_sys_unstable_apis
34+
RUSTFLAGS: --cfg=web_sys_unstable_apis
3535
steps:
3636
- uses: actions/checkout@v2
3737
- name: cargo check

0 commit comments

Comments
 (0)