Skip to content

Commit

Permalink
fix night missing sudo (#418)
Browse files Browse the repository at this point in the history
  • Loading branch information
milesstoetzner committed Sep 24, 2024
1 parent f5505d9 commit 9d8ec3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/night.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
###################################################

- name: (NPM) Uninstall Vintner
run: rm -f $(which vintner)
run: sudo rm -f $(which vintner)

- name: (NPM) Install Vintner using NPM
run: npm install --global opentosca-vintner
Expand Down

0 comments on commit 9d8ec3a

Please sign in to comment.