fix build
Some checks failed
Book / test (pull_request) Has been cancelled
Rust / build (pull_request) Has been cancelled

This commit is contained in:
Jaroslaw Konik 2025-05-27 17:16:03 +02:00
parent 0b68d54d53
commit ad24866ba4

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