Skip to content

Commit

Permalink
Edit: clean at front
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonyang-ee committed Feb 10, 2024
1 parent f1b0cfb commit 5ffd69d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,4 @@ jobs:
with:
files: |
build-${{ matrix.versions }}/linux_amd64/Qt-amd64.tar.xz
build-${{ matrix.versions }}/linux_arm64/Qt-arm64.tar.xz
- name: Cleanup Folders
run: rm -r ${{ github.workspace }}/build*
build-${{ matrix.versions }}/linux_arm64/Qt-arm64.tar.xz
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ BuilderQt is a Docker container for building Qt source code for both amd64 and a
-h, --help Show this help message and exit

-v, --version <VERSION> Overwrite the version of Qt to build
[Avalible: 6.6.1, 6.5.3, 6.2.7]
[Avalible: 6.6.1, 6.5.3]
[Default: 6.6.1]
```

Expand Down

0 comments on commit 5ffd69d

Please sign in to comment.