Skip to content

Commit

Permalink
Attempt to build on Ubuntu 22.04 automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
kovzol committed Mar 4, 2024
1 parent 002099d commit ab1e681
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,15 @@ jobs:
cmake ..
make
make install || true
# Disabled for now, we need Ubuntu 24.04 at least for this:
# - name: prerequisites-qt
# run: |
# sudo apt install qt6-base-dev qt6-tools-dev qt6-tools-dev-tools qt6-l10n-tools linguist-qt6 libgl1-mesa-dev freeglut3-dev
# - name: make-qt
# run: |
# mkdir build-qt
# cd build-qt
# cmake ../qt
# make
- name: prerequisites-qt
run: |
sudo apt install qt6-base-dev qt6-tools-dev qt6-tools-dev-tools qt6-l10n-tools linguist-qt6 libgl1-mesa-dev freeglut3-dev
- name: make-qt
run: |
mkdir build-qt
cd build-qt
cmake ../qt
make
- name: install-emscripten
run: |
git clone https://github.com/emscripten-core/emsdk.git
Expand Down

0 comments on commit ab1e681

Please sign in to comment.