We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32e6ccd commit 732c20dCopy full SHA for 732c20d
.github/workflows/release.yml
@@ -48,7 +48,7 @@ jobs:
48
# Need 7zip installed to package up the release
49
- name: Install 7zip
50
id: install_7zip
51
- run: apt-get install p7zip-full
+ run: sudo apt-get install p7zip-full
52
53
# Need MingGW installed to build the Agent DLL
54
- name: Install MingGW
0 commit comments