Skip to content

Commit a7da278

Browse files
authored
Merge pull request #8 from epcim/addRemoveCmd
Add remove cmd
2 parents f030445 + 25d1904 commit a7da278

27 files changed

+1294
-1461
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
sudo apt-get update
2020
sudo apt-get install -y fish rsync jq
2121
# Install yq
22-
sudo wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 -O /usr/bin/yq
22+
sudo wget --retry-connrefused --waitretry=1 --read-timeout=20 --timeout=15 -t 5 https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 -O /usr/bin/yq
2323
sudo chmod +x /usr/bin/yq
2424
# Install just
25-
curl --proto '=https' --tlsv1.2 -sSf https://just.systems/install.sh | bash -s -- --to ~/bin
25+
curl --proto '=https' --tlsv1.2 -sSf --retry 5 --retry-connrefused --retry-delay 5 https://just.systems/install.sh | bash -s -- --to ~/bin
2626
echo "$HOME/bin" >> $GITHUB_PATH
2727
2828
- name: Verify installation

.opencode/command/speckit.analyze.md

Lines changed: 0 additions & 184 deletions
This file was deleted.

0 commit comments

Comments
 (0)