Skip to content

Commit

Permalink
Update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
weyh committed Apr 13, 2024
1 parent 00209e2 commit 497c83f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@ updates:
directory: "/"
schedule:
interval: "monthly"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup rust
uses: ATiltedTree/setup-rust@v1
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
rust-version: stable
toolchain: stable
components: clippy

- name: Build
Expand All @@ -51,9 +51,9 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup rust
uses: ATiltedTree/setup-rust@v1
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
rust-version: stable
toolchain: stable

- name: Build (x86_64-unknown-linux-gnu)
run: cargo build --release --target=x86_64-unknown-linux-gnu
Expand Down

0 comments on commit 497c83f

Please sign in to comment.