Commit f472ceb3 authored by Jerome Wu's avatar Jerome Wu

Revert var.sh and change fetch-depth to 0 in workflow

parent 7717a160
......@@ -17,6 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
submodules: recursive
- name: Build FFMpeg
shell: bash
......@@ -31,6 +32,7 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
submodules: recursive
- name: Setup cache
id: cache-system-libraries
......
......@@ -7,8 +7,6 @@ set -euo pipefail
# Include llvm binaries
export PATH=$PATH:$EMSDK/upstream/bin
export PKG_CONFIG_PATH=$PWD/build/lib/pkgconfig
# Flags for code optimization, focus on speed instead
# of size
OPTIM_FLAGS=(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment