mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-06 01:03:19 +02:00
👷 Updated gh actions
This commit is contained in:
parent
cf5f8b47d8
commit
ea70ba2031
1 changed files with 6 additions and 6 deletions
12
.github/workflows/build-overte.yml
vendored
12
.github/workflows/build-overte.yml
vendored
|
@ -8,14 +8,14 @@ jobs:
|
|||
name: Linux build on Ubuntu
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: false
|
||||
fetch-depth: 1
|
||||
|
||||
- name: Cache conan
|
||||
id: cache-conan
|
||||
uses: actions/cache@v3
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
key: conan-ubuntu-${{ hashFiles('conanfile.py') }}
|
||||
restore-keys: |
|
||||
|
@ -89,7 +89,7 @@ jobs:
|
|||
steps:
|
||||
- run: echo $env:BUILD_TOOLS_PATH | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
|
||||
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: false
|
||||
fetch-depth: 1
|
||||
|
@ -99,14 +99,14 @@ jobs:
|
|||
shell: cmd
|
||||
|
||||
- name: Install Qt5
|
||||
uses: jurplel/install-qt-action@v3.3.0
|
||||
uses: jurplel/install-qt-action@v3
|
||||
with:
|
||||
cache: true
|
||||
cache-key-prefix: windows-QtCache
|
||||
modules: qtwebengine
|
||||
|
||||
- name: Cache conan packages
|
||||
uses: actions/cache@v3
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
key: conan-windows-${{ hashFiles('conanfile.py') }}
|
||||
restore-keys: |
|
||||
|
@ -121,7 +121,7 @@ jobs:
|
|||
shell: cmd
|
||||
|
||||
- name: Enable Developer Command Prompt
|
||||
uses: ilammy/msvc-dev-cmd@v1.12.1
|
||||
uses: ilammy/msvc-dev-cmd@v1
|
||||
|
||||
- name: Configure
|
||||
run: cmake --preset conan-release
|
||||
|
|
Loading…
Reference in a new issue