diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ea03c337d..8f1fe7c17 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -405,11 +405,6 @@ jobs: ./configure make -j8 sudo make install - cd src/tools - ../../../gyp/gyp --depth=. --generator-output=.. -Goutput_dir=../out tools.gyp --format=cmake - cd ../../out/Default - cmake . - make -j8 dump_syms - name: Qt 5.6.2 run: | cd Libraries @@ -428,7 +423,7 @@ jobs: ./configure -prefix "/usr/local/tdesktop/Qt-5.6.2" -release -force-debug-info -opensource \ -confirm-license -qt-zlib -qt-libpng -qt-libjpeg -qt-freetype -qt-harfbuzz -qt-pcre -qt-xcb \ -qt-xkbcommon-x11 -no-opengl -no-gtkstyle -static -openssl-linked -nomake examples -nomake tests - make + make -j8 sudo make install - name: Build Kotatogram env: