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
name: Build
steps:
- name: Docker container run
run: docker run --rm -d --entrypoint /usr/bin/qmake stateoftheartio/qt6:6.6-mingw-aqt
#with:
# images: stateoftheartio/qt6:6.6-mingw-aqt
# runs:
# using: 'docker'
# image: stateoftheartio/qt6:6.6-mingw-aqt
# command: qmake
- name: Apt update
run: sudo apt update
- name: Install qmake6 Using
run: sudo apt -y install qmake6
#- name: Docker container run
# run:
# runs: