Skip to content

Commit

Permalink
Attempt to fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Mar 10, 2022
1 parent 55f49b7 commit c5944c1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/rust.yml
Expand Up @@ -8,6 +8,7 @@ on:
pull_request:

env:
CARGO_INCREMENTAL: 0
RUST_TEST_THREADS: 1

jobs:
Expand All @@ -18,7 +19,7 @@ jobs:
os: [ubuntu, macos, windows]
channel: [1.49.0, stable, beta, nightly]
feature: [arc_lock, serde, deadlock_detection]
exclude:
exclude:
- feature: deadlock_detection
channel: '1.49.0'
include:
Expand All @@ -41,7 +42,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
target:
target:
- wasm32-unknown-unknown
- x86_64-fortanix-unknown-sgx
#- x86_64-unknown-redox
Expand Down

0 comments on commit c5944c1

Please sign in to comment.