Skip to content

Commit 1eb9b02

Browse files
github actions - LLDB revert
1 parent c71095f commit 1eb9b02

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/lldb-formatter-tests.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,10 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v4
16-
- uses: actions-rust-lang/setup-rust-toolchain@v1
16+
- uses: actions-rs/toolchain@v1
1717
with:
18+
default: true
1819
toolchain: 1.87
19-
components: llvm-tools-preview
20-
cache: false
2120

2221
- name: Download vscode-lldb
2322
uses: robinraju/release-downloader@v1

0 commit comments

Comments
 (0)