Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
- Update CI dependencies
- Add check in MSRV version
  • Loading branch information
Sinono3 committed Jan 28, 2024
1 parent ebbb6e0 commit eaf92c1
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
name: CI

on:
push:
branches:
- "**"
pull_request:
branches: [ master ]
on: [push, pull_request]

env:
CARGO_TERM_COLOR: always
Expand All @@ -20,12 +15,9 @@ jobs:
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
- uses: Swatinem/rust-cache@v1
- uses: actions/checkout@v4
- uses: dtolnay/[email protected]
- uses: Swatinem/rust-cache@v2
- name: Install Dependencies
run: |
sudo apt-get update
Expand Down

0 comments on commit eaf92c1

Please sign in to comment.