Skip to content

Commit

Permalink
switch to debian for actions
Browse files Browse the repository at this point in the history
  • Loading branch information
kimonp committed Jan 7, 2024
1 parent 4db0e26 commit d496c63
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 @@ -7,7 +7,7 @@ env:

jobs:
clippy_check:
runs-on: ubuntu-latest
runs-on: debian-latest
steps:
- uses: actions/checkout@v3
- run: sudo apt-get install libwebkit2gtk-4.0-dev build-essential curl wget file libssl-dev libgtk-3-dev libayatana-appindicator3-dev librsvg2-dev; cargo clippy --features=desktop
Expand Down

0 comments on commit d496c63

Please sign in to comment.