We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69868ad commit 4eafb3dCopy full SHA for 4eafb3d
1 file changed
.github/workflows/c-cpp.yml
@@ -7,16 +7,14 @@ jobs:
7
build:
8
runs-on: ubuntu-latest
9
10
+ container:
11
+ image: ghcr.io/crazyquark/qt6-base:6.7.0-ubuntu
12
+ options: --user 1001
13
+
14
steps:
15
- name: Checkout code
16
uses: actions/checkout@v4
17
- - name: Setup Qt
- uses: miurahr/setup-qt-libs@v2
- with:
- version: 6.7.0
18
-
19
20
- name: Build with qmake and make
21
run: |
22
qmake
@@ -25,7 +23,7 @@ jobs:
25
23
- name: Archive build
26
24
27
mkdir -p dist
28
- cp <ton_binaire> dist/
+ cp <your_binary> dist/
29
cp README.md dist/
30
cd dist
31
tar -czvf ../MasterStringz.tar.gz *
0 commit comments