Skip to content

Commit

Permalink
Merge pull request #153 from AudiusProject/theo-hotfix-ci-img-nextgen
Browse files Browse the repository at this point in the history
Hotfix CI img install
  • Loading branch information
theoilie committed Oct 5, 2023
1 parent 517969c commit 553ab7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/protocol-dashboard/.circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
at: ./
- run:
name: install deps
command: sudo apt install libsecret-1-0
command: sudo apt update && sudo apt install -y libsecret-1-0
- run:
name: armada publish
command: |
Expand Down

0 comments on commit 553ab7f

Please sign in to comment.