Skip to content

Commit

Permalink
chore(ci): run code style check on windows
Browse files Browse the repository at this point in the history
Signed-off-by: Chawye Hsu <[email protected]>
  • Loading branch information
chawyehsu committed Jul 25, 2023
1 parent 718084f commit eb24648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
# Check code style
check_cargo_style:
name: Check Code Style
runs-on: ubuntu-latest
runs-on: windows-latest
steps:
- name: Checkout Source
uses: actions/checkout@v3
Expand Down

0 comments on commit eb24648

Please sign in to comment.