Skip to content

Commit b307122

Browse files
committed
WIP
1 parent 800b86d commit b307122

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,17 @@ jobs:
1515

1616
strategy:
1717
matrix:
18-
os: [ubuntu-latest, windows-latest]
18+
os: [ubuntu-latest, windows-latest, macos-latest]
19+
1920

2021
runs-on: ${{ matrix.os }}
2122

2223
steps:
2324
- name: checkout
2425
uses: actions/checkout@v4
2526

26-
- name: Install dependencies
27+
- name: Install libudev (Linux)
28+
if: runner.os == 'Linux'
2729
run: sudo apt-get update && sudo apt-get install -y libudev-dev pkg-config
2830

2931
- uses: actions/cache@v4

0 commit comments

Comments
 (0)