mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 09:08:47 +02:00
👷 Updated gh actions
This commit is contained in:
parent
3573fbd992
commit
558bf1b3d0
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
|
name: Linux build on Ubuntu
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
submodules: false
|
submodules: false
|
||||||
fetch-depth: 1
|
fetch-depth: 1
|
||||||
|
|
||||||
- name: Cache conan
|
- name: Cache conan
|
||||||
id: cache-conan
|
id: cache-conan
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
key: conan-ubuntu-${{ hashFiles('conanfile.py') }}
|
key: conan-ubuntu-${{ hashFiles('conanfile.py') }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
|
@ -89,7 +89,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- run: echo $env:BUILD_TOOLS_PATH | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
|
- run: echo $env:BUILD_TOOLS_PATH | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
|
||||||
|
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
submodules: false
|
submodules: false
|
||||||
fetch-depth: 1
|
fetch-depth: 1
|
||||||
|
@ -99,14 +99,14 @@ jobs:
|
||||||
shell: cmd
|
shell: cmd
|
||||||
|
|
||||||
- name: Install Qt5
|
- name: Install Qt5
|
||||||
uses: jurplel/install-qt-action@v3.3.0
|
uses: jurplel/install-qt-action@v3
|
||||||
with:
|
with:
|
||||||
cache: true
|
cache: true
|
||||||
cache-key-prefix: windows-QtCache
|
cache-key-prefix: windows-QtCache
|
||||||
modules: qtwebengine
|
modules: qtwebengine
|
||||||
|
|
||||||
- name: Cache conan packages
|
- name: Cache conan packages
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
key: conan-windows-${{ hashFiles('conanfile.py') }}
|
key: conan-windows-${{ hashFiles('conanfile.py') }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
|
@ -121,7 +121,7 @@ jobs:
|
||||||
shell: cmd
|
shell: cmd
|
||||||
|
|
||||||
- name: Enable Developer Command Prompt
|
- name: Enable Developer Command Prompt
|
||||||
uses: ilammy/msvc-dev-cmd@v1.12.1
|
uses: ilammy/msvc-dev-cmd@v1
|
||||||
|
|
||||||
- name: Configure
|
- name: Configure
|
||||||
run: cmake --preset conan-release
|
run: cmake --preset conan-release
|
||||||
|
|
Loading…
Reference in a new issue