Skip to content

Commit 4eafb3d

Browse files
authored
Update c-cpp.yml
1 parent 69868ad commit 4eafb3d

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

.github/workflows/c-cpp.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,14 @@ jobs:
77
build:
88
runs-on: ubuntu-latest
99

10+
container:
11+
image: ghcr.io/crazyquark/qt6-base:6.7.0-ubuntu
12+
options: --user 1001
13+
1014
steps:
1115
- name: Checkout code
1216
uses: actions/checkout@v4
1317

14-
- name: Setup Qt
15-
uses: miurahr/setup-qt-libs@v2
16-
with:
17-
version: 6.7.0
18-
19-
2018
- name: Build with qmake and make
2119
run: |
2220
qmake
@@ -25,7 +23,7 @@ jobs:
2523
- name: Archive build
2624
run: |
2725
mkdir -p dist
28-
cp <ton_binaire> dist/
26+
cp <your_binary> dist/
2927
cp README.md dist/
3028
cd dist
3129
tar -czvf ../MasterStringz.tar.gz *

0 commit comments

Comments
 (0)