Skip to content

Commit 248a277

Browse files
hyperpolymathclaude
andcommitted
fix(ci): update hypatia binary detection (check 'hypatia' before 'hypatia-v2')
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 60b7f0c commit 248a277

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/hypatia-scan.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,10 @@ jobs:
4040
- name: Build Hypatia scanner (if needed)
4141
working-directory: ${{ env.HOME }}/hypatia
4242
run: |
43-
if [ ! -f hypatia-v2 ]; then
43+
if [ ! -f hypatia ] && [ ! -f hypatia-v2 ]; then
4444
echo "Building hypatia-v2 scanner..."
4545
mix deps.get
4646
mix escript.build
47-
mv hypatia hypatia-v2
4847
fi
4948
5049
- name: Run Hypatia scan

0 commit comments

Comments
 (0)