fix build
This commit is contained in:
parent
472d03bc38
commit
d0936c5549
1 changed files with 3 additions and 3 deletions
6
.github/workflows/rust.yml
vendored
6
.github/workflows/rust.yml
vendored
|
|
@ -25,10 +25,10 @@ jobs:
|
||||||
curl -sSL $url | tar -xz --directory=./ruby_src
|
curl -sSL $url | tar -xz --directory=./ruby_src
|
||||||
cd ruby_src
|
cd ruby_src
|
||||||
mkdir build && cd build
|
mkdir build && cd build
|
||||||
mkdir /rubies
|
mkdir rubies
|
||||||
../configure --without-shared --prefix="/rubies/ruby-3.4"
|
../configure --without-shared --prefix="${pwd}/rubies/ruby-3.4"
|
||||||
make install
|
make install
|
||||||
echo /rubies/ruby-3.4/ruby/bin >> $GITHUB_PATH
|
echo `pwd`/rubies/ruby-3.4/ruby/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