Skip to content

Commit

Permalink
ci: add sudo to install gemfury cli (#1151)
Browse files Browse the repository at this point in the history
  • Loading branch information
blumamir authored Apr 30, 2024
1 parent c0260ac commit 3a8d9d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-modules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ jobs:

- name: Install GemFury CLI
run: |
echo "deb [trusted=yes] https://apt.fury.io/cli/ * *" > /etc/apt/sources.list.d/fury-cli.list
sudo bash -c "echo 'deb [trusted=yes] https://apt.fury.io/cli/ * *' > /etc/apt/sources.list.d/fury-cli.list"
sudo apt-get update
sudo apt-get install -y fury-cli
Expand Down

0 comments on commit 3a8d9d8

Please sign in to comment.