diff --git a/.gitea/workflows/test_sdk.yaml b/.gitea/workflows/test_sdk.yaml index 8883a73..3eed073 100644 --- a/.gitea/workflows/test_sdk.yaml +++ b/.gitea/workflows/test_sdk.yaml @@ -17,14 +17,16 @@ jobs: - name: Install qmake6 Using run: sudo apt -y install qmake6 qt6-base-dev - - name: locate - run: sudo apt install locate + - name: Change directory + run: cd core + # - name: locate + # run: sudo apt install locate - - name: updatedb - run: sudo updatedb + # - name: updatedb + # run: sudo updatedb - - name: locate core.pro - run: sudo locate core.pro + # - name: locate core.pro + # run: sudo locate core.pro # - name: Generate qt6.conf based on the path to qmake6 # run: qtchooser -install qt6 $(which qmake6) @@ -44,7 +46,7 @@ jobs: # run: export QT_SELECT=qt6 - name: Start qmake - run: qmake6 core/core.pro + run: qmake6 core.pro #- name: Docker container run