bump
This commit is contained in:
parent
210c0ec8b2
commit
6cd13b17d8
1 changed files with 1 additions and 3 deletions
4
.github/workflows/rust.yml
vendored
4
.github/workflows/rust.yml
vendored
|
|
@ -50,9 +50,7 @@ jobs:
|
|||
else
|
||||
git clone https://github.com/rbenv/ruby-build.git
|
||||
PREFIX=/usr/local sudo ./ruby-build/install.sh
|
||||
export MAKEFLAGS="-j$(nproc)"
|
||||
export RUBY_CONFIGURE_OPTS="--disable-shared --disable-install-doc --disable-install-rdoc"
|
||||
sudo ruby-build ${{ matrix.ruby_version }} /opt/rubies/${{ matrix.ruby_version }}
|
||||
RUBY_CONFIGURE_OPTS="--disable-shared --disable-install-doc --disable-install-rdoc" sudo ruby-build ${{ matrix.ruby_version }} /opt/rubies/${{ matrix.ruby_version }}
|
||||
fi
|
||||
- name: Clippy
|
||||
run: cargo clippy --all-features --verbose -- -D warnings
|
||||
|
|
|
|||
Loading…
Reference in a new issue