Skip to content

Instantly share code, notes, and snippets.

@damien-monni
Created October 8, 2025 07:55
Show Gist options
  • Save damien-monni/e98da9e5312b65ee6d3c80dc3ba44c33 to your computer and use it in GitHub Desktop.
Save damien-monni/e98da9e5312b65ee6d3c80dc3ba44c33 to your computer and use it in GitHub Desktop.
Install Turso CLI in GitHub action
- name: Install Turso CLI
run: |
curl -sSfL https://get.tur.so/install.sh | bash
echo "$HOME/.turso" >> $GITHUB_PATH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment