We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There is a github action to install tarantool but no action to install cartridge-cli so one must manually install cartridge-cli after tarantool:
- name: Install tarantool uses: tarantool/setup-tarantool@v1 with: tarantool-version: '2.8.2' - name: Set up the Tarantool packages repository run: curl -L https://tarantool.io/installer.sh | sudo -E bash -s -- --repo-only - name: Install cartridge-cli run: apt install cartridge-cli
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There is a github action to install tarantool but no action to install cartridge-cli so one must manually install cartridge-cli after tarantool:
The text was updated successfully, but these errors were encountered: