mirror of
https://github.com/silverqx/TinyORM.git
synced 2026-04-29 21:19:58 -05:00
workflows added v before version number
This commit is contained in:
@@ -180,7 +180,7 @@ jobs:
|
||||
# I'm also using the Qt from the Ubuntu main repository instead of the latest Qt to have better
|
||||
# coverage
|
||||
|
||||
- name: apt install Qt ${{ matrix.qt.version }} base (${{ join(matrix.compiler.apt, ', ') }})
|
||||
- name: apt install Qt v${{ matrix.qt.version }} base (${{ join(matrix.compiler.apt, ', ') }})
|
||||
run: |
|
||||
sudo apt install --yes ${{ join(matrix.qt.apt, ' ') }}
|
||||
|
||||
|
||||
@@ -183,7 +183,7 @@ jobs:
|
||||
|
||||
# The FetchContent and Manual methods below need Qt installed and to be accessible on the system
|
||||
|
||||
- name: Qt ${{ matrix.qt.version }} install base components
|
||||
- name: Qt v${{ matrix.qt.version }} install base components
|
||||
uses: jurplel/install-qt-action@v3
|
||||
with:
|
||||
archives: qtbase
|
||||
|
||||
Reference in New Issue
Block a user