Compare commits
No commits in common. "d0936c55492075c892fdfb66b2b46461bd66ed9a" and "81fed90c5ccfa3da1c2d9b7aebc63120a80640fd" have entirely different histories.
d0936c5549
...
81fed90c5c
1 changed files with 12 additions and 22 deletions
16
.github/workflows/rust.yml
vendored
16
.github/workflows/rust.yml
vendored
|
|
@ -16,19 +16,9 @@ jobs:
|
||||||
RUSTFLAGS: -D warnings
|
RUSTFLAGS: -D warnings
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Install Ruby
|
- uses: ruby/setup-ruby@v1
|
||||||
env:
|
with:
|
||||||
CC: clang
|
ruby-version: '3.4'
|
||||||
run: |
|
|
||||||
url="https://cache.ruby-lang.org/pub/ruby/3.4/ruby-3.4.4.tar.gz"
|
|
||||||
mkdir ruby_src
|
|
||||||
curl -sSL $url | tar -xz --directory=./ruby_src
|
|
||||||
cd ruby_src
|
|
||||||
mkdir build && cd build
|
|
||||||
mkdir rubies
|
|
||||||
../configure --without-shared --prefix="${pwd}/rubies/ruby-3.4"
|
|
||||||
make install
|
|
||||||
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