Skip to content

Commit

Permalink
Fix build verification
Browse files Browse the repository at this point in the history
  • Loading branch information
TarCV committed Sep 20, 2024
1 parent f59ee1d commit 78d93df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nix-verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
fi
else
# Failed to get a valid NAR URL, so trying the long way for getting an artifact
nix build --max-jobs 0 --print-build-logs .#defaultPackage.x86_64-linux
nix build --max-jobs 0 --print-build-logs .#default
# upload-artifact doesn't accept links
cp --dereference --recursive ./result ./artifact
fi
Expand All @@ -72,4 +72,4 @@ jobs:
for f in *.kt; do \
cmp -b "$f" "$GITHUB_WORKSPACE/artifact/$f";
done;
popd
popd

0 comments on commit 78d93df

Please sign in to comment.