Skip to content

Commit

Permalink
GA: fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastinas committed Jul 11, 2023
1 parent 94a8a75 commit a410201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ jobs:
build-archs:
runs-on: ubuntu-22.04
needs: [build-scan-build]
needs: [build-base, build-base-i386]
name: Test with ${{ matrix.cfg.compiler }} on ${{ matrix.cfg.arch }}
strategy:
fail-fast: false
Expand Down

0 comments on commit a410201

Please sign in to comment.