Skip to content

Commit

Permalink
remove target for desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
kimonp committed Jan 7, 2024
1 parent 3d45f05 commit 3bde6f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: cargo clippy --all-targets --features=desktop
- run: cargo clippy --features=desktop
- run: cargo clippy --all-targets --features=web

0 comments on commit 3bde6f6

Please sign in to comment.