We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4c880a commit d987238Copy full SHA for d987238
.github/workflows/action-cpp.yml
@@ -72,7 +72,7 @@ jobs:
72
- uses: actions/checkout@v3
73
# install dependencies
74
- 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++
+ 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++
76
# build project
77
- name: mkdir
78
run: mkdir cmake-build-release
0 commit comments