Created
October 8, 2025 07:55
-
-
Save damien-monni/e98da9e5312b65ee6d3c80dc3ba44c33 to your computer and use it in GitHub Desktop.
Install Turso CLI in GitHub action
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- 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