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 d987238 commit 17bf20dCopy full SHA for 17bf20d
.github/workflows/action-cpp.yml
@@ -72,7 +72,7 @@ jobs:
72
- uses: actions/checkout@v3
73
# install dependencies
74
- name: devel-pkgs
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++
+ run: apt-get update -y && apt-get install -yq 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