Skip to content

Commit

Permalink
fix(ci): set container
Browse files Browse the repository at this point in the history
  • Loading branch information
Curve committed Aug 7, 2024
1 parent e2dfeaa commit 9d1d3c5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,16 @@ jobs:

- backend: Qt5
platform: Linux
os: archlinux:base-devel
os: ubuntu-latest
container: archlinux:base-devel

- backend: Qt6
platform: Linux
os: archlinux:base-devel
os: ubuntu-latest
container: archlinux:base-devel

runs-on: ${{ matrix.os }}
container: ${{ matrix.container }}
name: bindings-${{ matrix.backend }}-${{ matrix.config }}

steps:
Expand Down

0 comments on commit 9d1d3c5

Please sign in to comment.