Skip to content

Commit

Permalink
working-dir
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanscully committed Jan 23, 2024
1 parent 3177cbf commit 90e56da
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
path: "myrepo"
path: myrepo
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- run: nix build .#server
- name: "Build it"
run: nix build .#server
working-directory: myrepo

0 comments on commit 90e56da

Please sign in to comment.