Skip to content

Commit

Permalink
fix: added missing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Filipe Forattini committed Jun 7, 2022
1 parent d62d837 commit 7a2ce56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/service-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ jobs:
run: npm -g install yarn npm

- name: Install | Dependencies
run: sudo apt update && sudo apt-get install tail sed
run: sudo apt update && sudo apt-get install coreutils sed && sudo apt upgrade

- name: Config | Load setup configs
env:
Expand Down

0 comments on commit 7a2ce56

Please sign in to comment.