Skip to content

Commit deb8dc6

Browse files
committed
chore(ruby): Fix Ruby builds
Signed-off-by: Dmitry Dygalo <dmitry@dygalo.dev>
1 parent b3b1a66 commit deb8dc6

File tree

5 files changed

+163
-217
lines changed

5 files changed

+163
-217
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -669,7 +669,7 @@ jobs:
669669
sh -c '
670670
set -e
671671
apk add --no-cache alpine-sdk curl gcompat clang clang-dev llvm-dev
672-
curl --proto "=https" --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain 1.82.0
672+
curl --proto "=https" --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain 1.83.0
673673
source ~/.cargo/env
674674
gem update --system
675675
cd bindings/ruby

0 commit comments

Comments
 (0)