Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinWoodring authored Sep 14, 2023
1 parent a7197d9 commit 03c369c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
chmod 600 keys/capibara_processor_ssh_key
ssh-agent bash -c 'ssh-add keys/capibara_processor_ssh_key; git clone [email protected]:Capibara-Tools/capibara-processor.git'
cd capibara-processor
cargo run --release -- "../capibara" "https://capibara.tools"
cargo run --release -- "../capi" "https://capibara.tools"
- name: Display Output
run: |
Expand Down

0 comments on commit 03c369c

Please sign in to comment.