Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
Signed-off-by: lcr <[email protected]>
  • Loading branch information
pkking committed Dec 16, 2024
1 parent 15fc466 commit 59583ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:

jobs:
combo:
runs-on: arc-runner-set
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:

lints:
name: Clippy + rustfmt
runs-on: arc-runner-set
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v4
Expand Down

0 comments on commit 59583ae

Please sign in to comment.