Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
82552d3d
Commit
82552d3d
authored
Jul 18, 2021
by
Jerome Wu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update cache key and restore-keys
parent
fa1c82a5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
core.yml
.github/workflows/core.yml
+4
-4
No files found.
.github/workflows/core.yml
View file @
82552d3d
...
...
@@ -47,9 +47,9 @@ jobs:
path
:
|
build
wasm/cache
key
:
$
CACHE_KEY_PREFIX-$GITHUB_JOB
key
:
$
{{ env.CACHE_KEY_PREFIX }}-${{ matrix.script }}
restore-keys
:
|
$
CACHE_KEY_PREFIX
-
$
{{ env.CACHE_KEY_PREFIX }}
-
-
name
:
List cached libs
run
:
ls build/lib ||
true
-
name
:
Build FFMpeg Libs
...
...
@@ -67,9 +67,9 @@ jobs:
path
:
|
build
wasm/cache
key
:
$
CACHE_KEY_PREFIX-$GITHUB_JOB
key
:
$
{{ env.CACHE_KEY_PREFIX }}-ffmpeg
restore-keys
:
|
$
CACHE_KEY_PREFIX
-
$
{{ env.CACHE_KEY_PREFIX }}
-
-
name
:
List cached libs
run
:
ls build/lib ||
true
-
name
:
Build FFMpeg
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment