Skip to content

Commit da0b19f

Browse files
committed
Merge remote-tracking branch 'origin/main' into libduckdb-sys-reproducible
2 parents 86ad49b + 1aca078 commit da0b19f

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/rust.yaml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -114,15 +114,12 @@ jobs:
114114
runs-on: ubuntu-latest
115115
steps:
116116
- uses: actions/checkout@v2
117-
# Need nightly rust.
118117
- uses: actions-rust-lang/setup-rust-toolchain@v1
119118
with:
120-
toolchain: nightly
121-
components: "rust-src"
122-
# Install LLVM tools
119+
toolchain: nightly-2025-08-15
120+
components: rust-src
123121
- name: Install LLVM
124-
run: |
125-
sudo apt-get install -y llvm
122+
run: sudo apt-get install -y llvm
126123
- name: Tests with asan
127124
env:
128125
RUSTFLAGS: -Zsanitizer=address -C debuginfo=0

0 commit comments

Comments
 (0)