Skip to content

Commit aed41de

Browse files
committed
fix(ci/rust): Only format and lint in Linux
1 parent 46eaa03 commit aed41de

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,10 @@ jobs:
4444
if: runner.os == 'Linux'
4545
run: sudo apt update && sudo apt install build-essential libssl-dev pkg-config libglib2.0-dev libgtk-3-dev libudev-dev
4646
- name: Lint
47+
if: runner.os == 'Linux'
4748
run: just c
4849
- name: Format
50+
if: runner.os == 'Linux'
4951
run: just f
5052
- name: Run Linux tests
5153
if: runner.os == 'Linux'

0 commit comments

Comments
 (0)