Skip to content

Commit 31c167b

Browse files
committed
debug
1 parent 883971f commit 31c167b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
# Based on: https://github.com/dtolnay/linkme/pull/88
6666
- name: Disable rust-lld
6767
if: matrix.rust_version == 'nightly'
68-
run: echo RUSTFLAGS=${RUSTFLAGS}\ -Zlinker-features=-lld >> $GITHUB_ENV
68+
run: echo RUSTFLAGS=${RUSTFLAGS}\ --cfg=web_sys_unstable_apis\ -Zlinker-features=-lld >> $GITHUB_ENV
6969

7070
- name: Cache Cargo output
7171
uses: Swatinem/rust-cache@v2

0 commit comments

Comments
 (0)