fixing github action failure for linux-arm6 when making deb

This commit is contained in:
Mick Grove 2025-08-05 18:06:09 -07:00
commit a502375f78
2 changed files with 3 additions and 1 deletions

View file

@ -81,6 +81,9 @@ jobs:
- name: Build (Makefile linux-arm64)
run: make linux-arm64
- name: Fix permissions
run: sudo chown -R $(id -u):$(id -g) target
- name: Build Debian package
run: |
cargo deb --no-build --target aarch64-unknown-linux-musl \

View file

@ -73,7 +73,6 @@ rules:
confidence: medium
min_entropy: 3.0
visible: false
validation:
references:
- https://supabase.com/docs/guides/api
examples: