We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 443de06 commit 9bf84b7Copy full SHA for 9bf84b7
…thub/workflows/build-native-binaries.yml …ithub/workflows/release-ruby-wrapper.yml.github/workflows/build-native-binaries.yml renamed to .github/workflows/release-ruby-wrapper.yml
@@ -1,10 +1,10 @@
1
-name: Build and Publish Native Gem
+name: Build and Publish Native Ruby Gem
2
3
on:
4
workflow_dispatch:
5
6
jobs:
7
- build:
+ build-shared-library-binaries:
8
strategy:
9
matrix:
10
os: [ubuntu-latest, macos-13, windows-latest]
@@ -54,7 +54,6 @@ jobs:
54
sudo apt-get install -y gcc-aarch64-linux-gnu g++-aarch64-linux-gnu binutils-aarch64-linux-gnu
55
# Mingw-w64 cross toolchain for Windows target (x86_64)
56
sudo apt-get install -y gcc-mingw-w64-x86-64 g++-mingw-w64-x86-64
57
- # Verify tools exist (helps debugging CI failures)
58
echo "=== cross compiler versions ==="
59
aarch64-linux-gnu-gcc --version || true
60
aarch64-linux-gnu-g++ --version || true
0 commit comments