Skip to content

Commit

Permalink
Try working directory instead?
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamc committed Oct 28, 2024
1 parent c701f60 commit 4783909
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ jobs:
- name: Inventory the flake for targeted systems
id: inventory
env:
FLAKE_ITER_DIRECTORY: ${{ inputs.directory }}
FLAKE_ITER_RUNNER_MAP: ${{ toJson(fromJson(inputs.runner-map)) }}
working-directory: ${{ inputs.directory }}
run: |
nix run "https://flakehub.com/f/DeterminateSystems/flake-iter/*" -- systems
build:
Expand All @@ -79,8 +79,8 @@ jobs:
ssh-private-key: ${{ secrets.ssh-private-key }}
- name: Build for ${{ matrix.systems.nix-system }}
env:
FLAKE_ITER_DIRECTORY: ${{ inputs.directory }}
FLAKE_ITER_NIX_SYSTEM: ${{ matrix.systems.nix-system }}
working-directory: ${{ inputs.directory }}
run: nix run 'https://flakehub.com/f/DeterminateSystems/flake-iter/*' -- --verbose build

success:
Expand Down

0 comments on commit 4783909

Please sign in to comment.