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 authored and michellebrier committed Oct 9, 2023
1 parent a6c0cd4 commit 7b05bae
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 7b05bae

Please sign in to comment.