This commit is contained in:
@@ -11,6 +11,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