Skip to content

Commit

Permalink
work on GHA build yml, fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
oxy86 committed Nov 24, 2024
1 parent a204415 commit 8c6f0ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ jobs:
which qmake6
echo "Check qmake6 -v:"
qmake6 -v
run: |
qmake6 CONFIG+=debug && make -s -j 8
echo "Building finished! "
echo "Files in current directory: "
Expand All @@ -105,6 +104,5 @@ jobs:
mingw32-make
make
dir
# windeployqt --debug tests.exe
- run: echo "🍏 This job's status is ${{ job.status }}."
- run: echo "🍏 This job's status is ${{ job.status }}."
2 changes: 1 addition & 1 deletion .github/workflows/yamlint.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ extends: default
rules:
# 80 chars should be enough, but don't fail if a line is longer
line-length:
max: 80
max: 150
level: warning

# don't bother me with this rule
Expand Down

0 comments on commit 8c6f0ab

Please sign in to comment.