Skip to content

Commit 732c20d

Browse files
committed
Update release action
1 parent 32e6ccd commit 732c20d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
# Need 7zip installed to package up the release
4949
- name: Install 7zip
5050
id: install_7zip
51-
run: apt-get install p7zip-full
51+
run: sudo apt-get install p7zip-full
5252

5353
# Need MingGW installed to build the Agent DLL
5454
- name: Install MingGW

0 commit comments

Comments
 (0)