This commit is contained in:
@@ -4,6 +4,8 @@ on: [push]
|
||||
|
||||
jobs:
|
||||
Run tests:
|
||||
env:
|
||||
RUNNER_TOOL_CACHE: /toolcache
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
container:
|
||||
@@ -11,6 +13,18 @@ jobs:
|
||||
|
||||
steps:
|
||||
- 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
|
||||
run: meson setup build
|
||||
|
||||
|
||||
Reference in New Issue
Block a user