Skip to content

Commit

Permalink
workflow:: fix pipeline #2 (sudo)
Browse files Browse the repository at this point in the history
  • Loading branch information
milairhu committed Nov 13, 2024
1 parent 4e0d4e4 commit 6371872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
go-version-file: 'go.mod'

- name: Install dependencies
run : apt update && apt install -y rpm curl git wget make sudo wixl msitools perl
run : sudo apt update && sudo apt install -y rpm curl git wget make sudo wixl msitools perl

- name: Build project
run: make build
Expand Down

0 comments on commit 6371872

Please sign in to comment.