Skip to content

Commit

Permalink
Fix mktemp flag
Browse files Browse the repository at this point in the history
  • Loading branch information
sestrella committed Nov 14, 2023
1 parent 1e7694b commit a1c99bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v23
- run: echo "tmpdir=$(mktemp -d -t default)" >> "$GITHUB_OUTPUT"
- run: echo "tmpdir=$(mktemp -d -s default)" >> "$GITHUB_OUTPUT"
id: mktemp
- run: nix flake init -t ${{ github.workspace }}#default
working-directory: ${{ steps.mktemp.outputs.tmpdir }}
Expand Down

0 comments on commit a1c99bf

Please sign in to comment.