Skip to content

Commit

Permalink
Print workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
sestrella committed Nov 14, 2023
1 parent 4a377f6 commit 6cfe8b0
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ jobs:
- uses: cachix/install-nix-action@v23
- run: echo "tmpdir=$(mktemp -d)" >> "$GITHUB_OUTPUT"
id: mktemp
- run: nix flake init -t .#default
working-directory: ${{ steps.mktemp.outputs.tmpdir }}
- run: nix flake show
working-directory: ${{ steps.mktemp.outputs.tmpdir }}

- run: echo ${{ github.workspace }}
# - run: nix flake init -t ${{ github.workspace }}#default
# working-directory: ${{ steps.mktemp.outputs.tmpdir }}
# - run: nix flake show
# working-directory: ${{ steps.mktemp.outputs.tmpdir }}

0 comments on commit 6cfe8b0

Please sign in to comment.