Skip to content

Commit 8fcd0a3

Browse files
add sudo to the container
1 parent c850856 commit 8fcd0a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/gcc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
# Update for all the actions that need to install stuff
5050
- run: |
5151
apt-get update
52-
apt-get install -y software-properties-common unzip
52+
apt-get install -y software-properties-common unzip sudo
5353
5454
- name: Install GCC
5555
run: |

0 commit comments

Comments
 (0)