Skip to content

Commit ad0d815

Browse files
authored
Merge pull request #1036 from pq-code-package/fix/1033-action-error
Fixes #1033: CI step nix-post-check fails
2 parents 482ffbc + 1072780 commit ad0d815

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/setup-nix/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ runs:
9090
9191
echo "cache_prefix=$cache_prefix" >> $GITHUB_OUTPUT
9292
93-
if [[ ${{ steps.nix-pre-check.outputs.installed }} == 'false' ]]; then
93+
if [[ "${{ steps.nix-pre-check.outputs.installed }}" == 'false' ]]; then
9494
sudo chown -R $USER:nixbld /nix
9595
fi
9696

0 commit comments

Comments
 (0)