Ruby support #1

Open
jaroslaw wants to merge 165 commits from ruby into main
Showing only changes of commit ad24866ba4 - Show all commits

View file

@ -30,7 +30,7 @@ jobs:
cd build cd build
../configure --without-shared --prefix=$prefix ../configure --without-shared --prefix=$prefix
make install make install
echo `pwd`/rubies/ruby-3.4/ruby/bin >> $GITHUB_PATH echo $prefix/bin >> $GITHUB_PATH
- name: Clippy - name: Clippy
run: cargo clippy --all-features --verbose -- -D warnings run: cargo clippy --all-features --verbose -- -D warnings
- name: Build - name: Build