Skip to content

Commit

Permalink
login
Browse files Browse the repository at this point in the history
  • Loading branch information
pktiuk committed Jun 29, 2024
1 parent bcaf242 commit da9eee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
curl -L -o qt-installer.exe https://ftp.icm.edu.pl/packages/qt/archive/online_installers/4.8/qt-online-installer-windows-x64-4.8.0.exe
ls
./qt-installer.exe --help
./qt-installer.exe --verbose --root D:/a/antimicrox/antimicrox/qt/Qt --accept-licenses --default-answer --confirm-command install qt.qt6.670.mingw_64
./qt-installer.exe --verbose --root D:/a/antimicrox/antimicrox/qt/Qt --accept-licenses --default-answer --pw [email protected] --email [email protected] --confirm-command install qt.qt6.670.mingw_64
- name: Configure CMake
run: cmake -DCMAKE_BUILD_TYPE=${{ matrix.build-type }} -B "${{ github.workspace }}/build" ${{ matrix.cmake-args }}
Expand Down

0 comments on commit da9eee0

Please sign in to comment.