Skip to content

Commit

Permalink
[ci] fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
jolestar committed Oct 22, 2021
1 parent 365a648 commit d19044a
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
- name: setup rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: stable
components: rustfmt,clippy
- name: setup environment
run: bash ./scripts/dev_setup.sh -b -t -y
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/benchmark_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ jobs:
submodules: recursive
- name: setup rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: stable
- uses: boa-dev/criterion-compare-action@master
env:
RUST_LOG: error
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
- name: setup rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: stable
components: rustfmt,clippy
- name: setup environment
run: bash ./scripts/dev_setup.sh -b -t -y
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/release_asset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,12 @@ jobs:
- ubuntu-18.04
- macos-latest
- windows-latest
toolchain:
- stable
runs-on: ${{matrix.platform}}
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: install rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: ${{ matrix.toolchain }}
override: true
- name: Install LLVM and Clang # required for bindgen to work, see https://github.com/rust-lang/rust-bindgen/issues/1797
uses: KyleMayes/install-llvm-action@v1
if: matrix.platform == 'windows-latest'
Expand Down

0 comments on commit d19044a

Please sign in to comment.