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
0b9fa7bb
Commit
0b9fa7bb
authored
Sep 25, 2020
by
Jerome Wu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix mac java version
parent
550c78bb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
main.yml
.github/workflows/main.yml
+6
-6
No files found.
.github/workflows/main.yml
View file @
0b9fa7bb
...
...
@@ -29,6 +29,12 @@ jobs:
macos-build
:
runs-on
:
macos-latest
steps
:
# java 6 is required for using closure compiler
-
uses
:
actions/setup-java@v1
with
:
java-version
:
'
1.6'
# The JDK version to make available on the path.
java-package
:
jdk
# (jre, jdk, or jdk+fx) - defaults to jdk
architecture
:
x64
# (x64 or x86) - defaults to
-
uses
:
actions/checkout@v2
with
:
submodules
:
recursive
...
...
@@ -38,12 +44,6 @@ jobs:
with
:
path
:
${{env.EM_CACHE_FOLDER}}
key
:
${{env.EM_VERSION}}-${{ runner.os }}
# java 6 is required for using closure compiler
-
uses
:
actions/setup-java@v1
with
:
java-version
:
'
6.0.119'
# The JDK version to make available on the path.
java-package
:
jdk
# (jre, jdk, or jdk+fx) - defaults to jdk
architecture
:
x64
# (x64 or x86) - defaults to
-
uses
:
mymindstorm/setup-emsdk@v6
with
:
version
:
${{env.EM_VERSION}}
...
...
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