fix build
This commit is contained in:
parent
0b68d54d53
commit
ad24866ba4
1 changed files with 1 additions and 1 deletions
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue