workflows added v before version number

This commit is contained in:
silverqx
2023-10-13 16:50:17 +02:00
parent c1c7cb7b66
commit d623ab5fd1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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, ' ') }}
+1 -1
View File
@@ -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