Skip to content

Commit 9bf84b7

Browse files
committed
chore(ruby): fixed naming for ruby wrapper gem workflow
1 parent 443de06 commit 9bf84b7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build-native-binaries.yml renamed to .github/workflows/release-ruby-wrapper.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
name: Build and Publish Native Gem
1+
name: Build and Publish Native Ruby Gem
22

33
on:
44
workflow_dispatch:
55

66
jobs:
7-
build:
7+
build-shared-library-binaries:
88
strategy:
99
matrix:
1010
os: [ubuntu-latest, macos-13, windows-latest]
@@ -54,7 +54,6 @@ jobs:
5454
sudo apt-get install -y gcc-aarch64-linux-gnu g++-aarch64-linux-gnu binutils-aarch64-linux-gnu
5555
# Mingw-w64 cross toolchain for Windows target (x86_64)
5656
sudo apt-get install -y gcc-mingw-w64-x86-64 g++-mingw-w64-x86-64
57-
# Verify tools exist (helps debugging CI failures)
5857
echo "=== cross compiler versions ==="
5958
aarch64-linux-gnu-gcc --version || true
6059
aarch64-linux-gnu-g++ --version || true

0 commit comments

Comments
 (0)