We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1eb9b02 commit a7b0c65Copy full SHA for a7b0c65
.github/workflows/lldb-formatter-tests.yml
@@ -13,10 +13,9 @@ jobs:
13
runs-on: ubuntu-latest
14
steps:
15
- uses: actions/checkout@v4
16
- - uses: actions-rs/toolchain@v1
+ - uses: actions-rust-lang/setup-rust-toolchain@v1
17
with:
18
- default: true
19
- toolchain: 1.87
+ toolchain: 1.90
20
21
- name: Download vscode-lldb
22
uses: robinraju/release-downloader@v1
@@ -34,7 +33,4 @@ jobs:
34
33
- name: Run the rust tests
35
run: |
36
cd tools/rust-debugger/format-tests
37
- # Build with explicit debug info for LLDB compatibility
38
- export RUSTFLAGS="-C debuginfo=2 -C opt-level=0"
39
- cargo build
40
cargo test
0 commit comments