Skip to content

Commit

Permalink
CI: Fixed syntax of Ubuntu script
Browse files Browse the repository at this point in the history
  • Loading branch information
Wohlstand committed Aug 8, 2023
1 parent 3b2900a commit a478794
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ubuntu-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,15 @@ jobs:
name: "Ubuntu 18.04 x86_64",
os: ubuntu-latest,
container: "ubuntu:18.04",
PLATFORM: x64,
WINXX_ARCH: win64,
generator: "Ninja",
extra_path: "/home/runner/Qt/5.15.2_static/bin",
extra_options: "-DCMAKE_PREFIX_PATH=\"C:/Qt/5.15.10-x64/\" -DCMAKE_TOOLCHAIN_FILE=`pwd`/_common/ci_windows_mingw_toolchain_x64.cmake",
build_type: "MinSizeRel",
build_type: "Release",
upload_directory: "www/ubuntu-18-04/",
qt_download: "https://wohlsoft.ru/docs/Software/QtBuilds/qt-5.15.2-static-ubuntu-18-04-x64-gcc8.tar.bz2",
qt_install_dir: "/home/runner/Qt",
qt_ver: "5.15.2_static",
qt_dir: "/home/runner/Qt/5.15.2_static/bin",
qt_lib_dir: "/home/runner/Qt/5.15.2_static/lib"
qt_lib_dir: "/home/runner/Qt/5.15.2_static/lib",
lftp_download: "https://wohlsoft.ru/docs/Software/lftp_4.9.1-1_amd64-ubuntu1604.deb",
lftp_install_pacakge: "lftp_4.9.1-1_amd64-ubuntu1604.deb",

Expand Down

0 comments on commit a478794

Please sign in to comment.