We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b10f1d commit 65aa21fCopy full SHA for 65aa21f
.github/workflows/runloop-blueprint-template.json
@@ -4,6 +4,7 @@
4
"npm i -g @continuedev/cli@latest",
5
"sudo apt update",
6
"sudo apt install -y ripgrep",
7
- "sudo apt install asciinema"
+ "sudo apt install asciinema",
8
+ "sudo apt install expect"
9
]
10
}
0 commit comments