Skip to content

Commit

Permalink
fix: change clippy job runner to windows
Browse files Browse the repository at this point in the history
  • Loading branch information
kareemmahlees committed Dec 16, 2023
1 parent 3ef1863 commit 202037e
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,17 +42,11 @@ jobs:
- name: Run Prettier
run: yarn check-format
clippy:
runs-on: ubuntu-latest
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 1
- name: Install required libraries
run: |
sudo apt-get update
sudo apt-get install libgtk-3-dev
sudo apt-get install libsoup2.4-dev
sudo apt-get install javascriptcoregtk-4.0
- uses: moonrepo/setup-rust@v1
with:
components: clippy
Expand Down

0 comments on commit 202037e

Please sign in to comment.