Skip to content

Commit d987238

Browse files
authored
Update action-cpp.yml
remove sudo from run command
1 parent f4c880a commit d987238

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/action-cpp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
- uses: actions/checkout@v3
7373
# install dependencies
7474
- name: devel-pkgs
75-
run: sudo timedatectl set-timezone America/New_York && apt-get update -y && apt-get install -yq binutils python-nautilus make cmake qtbase5-dev qtchooser qt5-qmake qtbase5-dev-tools gcc g++
75+
run: timedatectl set-timezone America/New_York && apt-get update -y && apt-get install -yq binutils python-nautilus make cmake qtbase5-dev qtchooser qt5-qmake qtbase5-dev-tools gcc g++
7676
# build project
7777
- name: mkdir
7878
run: mkdir cmake-build-release

0 commit comments

Comments
 (0)