This commit is contained in:
@@ -4,6 +4,8 @@ on: [push]
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Run tests:
|
Run tests:
|
||||||
|
env:
|
||||||
|
RUNNER_TOOL_CACHE: /toolcache
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
container:
|
container:
|
||||||
@@ -11,6 +13,18 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
|
# - name: Cache shaderc
|
||||||
|
# id: cache-shaderc
|
||||||
|
# uses: actions/cache@v4
|
||||||
|
# env:
|
||||||
|
# cache-name: cache-shaderc-src
|
||||||
|
# with:
|
||||||
|
# path: subprojects/shaderc/
|
||||||
|
# key: ${{ runner.os }}-${{ env.cache-name }}-${{ hashFiles('subprojects/shaderc.wrap') }}
|
||||||
|
#
|
||||||
|
|
||||||
|
|
||||||
- name: Configure
|
- name: Configure
|
||||||
run: meson setup build
|
run: meson setup build
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user