fix: merge remove branch
Build Example / Build (push) Successful in 11s Details

main
mstanaev 2024-07-15 19:03:51 +03:00
parent ee27f23fbf
commit 89ac391a29
1 changed files with 7 additions and 9 deletions

View File

@ -10,12 +10,10 @@ jobs:
#image: stateoftheartio/qt6:6.6-mingw-aqt #image: stateoftheartio/qt6:6.6-mingw-aqt
name: Build name: Build
steps: steps:
- name: Docker container run - name: Apt update
run: docker run --rm -d --entrypoint /usr/bin/qmake stateoftheartio/qt6:6.6-mingw-aqt run: sudo apt update
- name: Install qmake6 Using
#with: run: sudo apt -y install qmake6
# images: stateoftheartio/qt6:6.6-mingw-aqt #- name: Docker container run
# runs: # run:
# using: 'docker' # runs:
# image: stateoftheartio/qt6:6.6-mingw-aqt
# command: qmake