Skip to content

Commit

Permalink
Update pilkki-software-multiplatform.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SmallSharky authored Nov 3, 2023
1 parent 8f59b1d commit 9db2cb5
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions .github/workflows/pilkki-software-multiplatform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,19 @@ jobs:
- os: ubuntu-latest
c_compiler: clang
cpp_compiler: clang++
# - os: macos-latest
# c_compiler: clang
# cpp_compiler: clang++
exclude:
- os: windows-latest
c_compiler: cl
cpp_compiler: cl
- os: windows-latest
c_compiler: gcc
cpp_compiler: g++
- os: windows-latest
c_compiler: clang
cpp_compiler: clang++
exclude:
- os: macos-latest
- os: ubuntu-latest
c_compiler: cl

steps:
- name: Install libudev
Expand Down

0 comments on commit 9db2cb5

Please sign in to comment.