We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1da6be5 commit ae9e722Copy full SHA for ae9e722
1 file changed
.github/workflows/check-build-reproducibility.yml
@@ -66,7 +66,7 @@ jobs:
66
67
- name: Compare builds
68
run: |
69
- diff -qr ${PATH1} ${PATH2}
+ diff -qr install/${{ env.PRESET }}-1 install/${{ env.PRESET }}-2
70
if [ $? -ne 0 ]; then
71
echo "Build mismatch detected"
72
exit 1
@@ -168,7 +168,7 @@ jobs:
168
169
170
171
172
173
174
0 commit comments