yurijmikhalevich / rclip

AI-Powered Command-Line Photo Search Tool
MIT License
693 stars 52 forks source link

ci: fix snap build #117

Closed yurijmikhalevich closed 1 month ago

yurijmikhalevich commented 1 month ago

Adding this before buildings snap packages to fix snapcraft remote auth. Using the new strategy breaks the auth for some reason and forces us to reauth in CI.

export SNAPCRAFT_REMOTE_BUILD_STRATEGY="force-fallback"