Skip to content

Commit

Permalink
Update installer workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
quantumfate committed Apr 23, 2024
1 parent e85bd13 commit ac4345b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
installer_url="https://raw.githubusercontent.com/${QV_REMOTE}/${QV_BRANCH}/utils/installer/install.sh"
curl -LSsO "$installer_url"
bash ./install.sh --install-dependencies
bash ./install.sh --install-dependencies --yes
- name: Test QuantumVim startup
env:
Expand Down

0 comments on commit ac4345b

Please sign in to comment.