Skip to content

Commit

Permalink
ci: pin rust version to nightly-2023-01-31 to avoid error mentioned i…
Browse files Browse the repository at this point in the history
…n issue #433
  • Loading branch information
Taowyoo committed Feb 6, 2023
1 parent 367d286 commit c10e404
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ matrix:
- libclang-3.8-dev
- musl-tools
rust:
- nightly
# This need to change back to `nightly` after https://github.com/fortanix/rust-sgx/issues/433 is fixed
- nightly-2023-01-31
env:
- RUST_BACKTRACE=1 LLVM_CONFIG_PATH=llvm-3.8-config
before_script:
Expand Down

0 comments on commit c10e404

Please sign in to comment.