fix usage of [[maybe_unused]]. #12
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build | |
on: push | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v4 | |
- name: Install deps | |
run: | | |
sudo apt-get install -y qtbase5-dev qt5-qmake libqt5x11extras5-dev libxcb1-dev libx11-xcb-dev libxmu-dev libxpm-dev build-essential | |
- name: Build | |
run: | | |
qmake | |
make |