bump
This commit is contained in:
parent
28593126f9
commit
31e218f488
1 changed files with 2 additions and 2 deletions
4
.github/workflows/rust.yml
vendored
4
.github/workflows/rust.yml
vendored
|
|
@ -49,8 +49,8 @@ jobs:
|
|||
echo "Ruby ${{ matrix.ruby_version }} already installed, skipping build"
|
||||
else
|
||||
git clone https://github.com/rbenv/ruby-build.git
|
||||
PREFIX=/usr/local sudo ./ruby-build/install.sh
|
||||
RUBY_CONFIGURE_OPTS="--disable-shared --disable-install-doc --disable-install-rdoc" sudo ruby-build ${{ matrix.ruby_version }} /opt/rubies/${{ matrix.ruby_version }}
|
||||
PREFIX=/usr/local sudo -E ./ruby-build/install.sh
|
||||
RUBY_CONFIGURE_OPTS="--disable-shared --disable-install-doc --disable-install-rdoc" sudo -E 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