Only specify major version for actions
This updates msvc-dev-cmd and install-qt-action, which should make more set-env deprecation warnings go away
This commit is contained in:
@@ -152,10 +152,10 @@ jobs:
|
|||||||
cmake -E make_directory ${{ runner.workspace }}/build
|
cmake -E make_directory ${{ runner.workspace }}/build
|
||||||
|
|
||||||
- name: Enable Developer Command Prompt (Windows)
|
- name: Enable Developer Command Prompt (Windows)
|
||||||
uses: ilammy/msvc-dev-cmd@v1.3.0
|
uses: ilammy/msvc-dev-cmd@v1
|
||||||
|
|
||||||
- name: Acquire Qt
|
- name: Acquire Qt
|
||||||
uses: jurplel/install-qt-action@v2.8.0
|
uses: jurplel/install-qt-action@v2
|
||||||
with:
|
with:
|
||||||
version: 5.15.1
|
version: 5.15.1
|
||||||
|
|
||||||
@@ -323,7 +323,7 @@ jobs:
|
|||||||
cmake -E make_directory ${{ runner.workspace }}/build
|
cmake -E make_directory ${{ runner.workspace }}/build
|
||||||
|
|
||||||
- name: Acquire Qt
|
- name: Acquire Qt
|
||||||
uses: jurplel/install-qt-action@v2.8.0
|
uses: jurplel/install-qt-action@v2
|
||||||
with:
|
with:
|
||||||
version: 5.15.1
|
version: 5.15.1
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user