Skip to content

Commit

Permalink
try to skip wrong matrix combinations
Browse files Browse the repository at this point in the history
  • Loading branch information
israpps committed Feb 19, 2024
1 parent da00205 commit c948385
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
eth: ["ETH=0", "ETH=0 UDPBD=1", "ETH=1"]
bdmstuff: ["EXFAT=0", "EXFAT=1", "EXFAT=1 MX4SIO=1"]
ds34: ["DS34=0", "DS34=1"]
exclude:
- eth: "ETH=0 UDPBD=1"
bdmstuff: "EXFAT=0"
runs-on: ubuntu-latest
container: ps2dev/ps2dev:v1.0
steps:
Expand Down

0 comments on commit c948385

Please sign in to comment.