Skip to content

Commit

Permalink
ci: Auto-determine matrix of PHP derivations to build.
Browse files Browse the repository at this point in the history
Fix bad copy paste.
  • Loading branch information
drupol committed Feb 27, 2022
1 parent d4f77ff commit 3734253
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ jobs:
determine-matrix:
name: Figure out the packages we need to build
runs-on: ubuntu-latest
needs: [dependencies]

outputs:
matrix: ${{ steps.set-matrix.outputs.matrix }}
Expand Down Expand Up @@ -40,7 +39,10 @@ jobs:
operating-system: [ubuntu-latest, macOS-latest]

steps:
- uses: actions/checkout@v2
- name: Set up Git repository
uses: actions/checkout@v2
with:
fetch-depth: 1

- name: Install the Nix package manager
uses: cachix/install-nix-action@v16
Expand Down

0 comments on commit 3734253

Please sign in to comment.