Skip to content

Commit

Permalink
tweaked matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
netbrain committed Dec 7, 2023
1 parent bfb319c commit 668aea3
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/zwift_build_matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,12 @@ jobs:
runs-on: ubuntu-22.04
timeout-minutes: 360
strategy:
fail-fast: false
matrix:
wine-version: ["8.0.2~bookworm-1", "8.0.1~bookworm-1", "8.0.0.0~bookworm-1", "7.0.2~bookworm-1", "7.0.1~bookworm-1", "7.0.0.0~bookworm-1", "6.0.4~bookworm-1", "6.0.3~bookworm-1", "6.0.2~bookworm-1"]
winetricks-version: ["master", "20230212", "20210206"]
wine-version: ["8.0.2~bookworm-1", "8.0.1~bookworm-1", "8.0.0.0~bookworm-1", "7.0.2~bookworm-1", "7.0.1~bookworm-1", "7.0.0.0~bookworm-1"]
winetricks-version: ["20230212", "20210206"]
wine-mono-version: ["7.0.0","7.1.0","7.1.1","7.2.0","7.3.0","7.4.0","8.0.0","8.1.0"]
steps:
- name: Login to Docker Hub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Install dependencies
run: sudo apt-get install -y x11-xserver-utils x11-apps

Expand Down

0 comments on commit 668aea3

Please sign in to comment.