Skip to content

Commit

Permalink
Revert "auto test with Qt"
Browse files Browse the repository at this point in the history
This reverts commit aa133c5.
  • Loading branch information
LiangliangNan committed Jun 4, 2024
1 parent 15ea264 commit c9ac163
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cmake-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ jobs:
- if: ${{ matrix.platform == 'Ubuntu' }}
name: Create Build Environment
run: sudo apt-get update || true;
sudo apt-get install libgl1-mesa-dev mesa-common-dev libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev qt5-default;
cmake -DEasy3D_ENABLE_QT=ON;
sudo apt-get install libgl1-mesa-dev mesa-common-dev libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev;
- name: Configure
run: cmake -H"." -B"build/${{ matrix.build_type }}" -DEasy3D_BUILD_TESTS=ON;
- name: "Build on ${{ matrix.platform }} - ${{ matrix.build_type }}"
Expand Down

0 comments on commit c9ac163

Please sign in to comment.