name: Build Example on: push: branches: - main jobs: build: runs-on: ubuntu-latest #image: stateoftheartio/qt6:6.6-mingw-aqt name: Build steps: - name: Apt update run: sudo apt update - name: Install qmake6 Using run: sudo apt -y install qmake6 - name: CD to home directory run: cd ~/ - name: Clone repo test_sdk run: git clone https://git.gtlab.pro/mstanaev/test_sdk.git - name: CD to test_sdk run: cd ~/test_sdk - name: Start qmake run: qmake . #- name: Docker container run # run: # runs: