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: ...@@ -17,6 +17,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
with: with:
fetch-depth: 0
submodules: recursive submodules: recursive
- name: Build FFMpeg - name: Build FFMpeg
shell: bash shell: bash
...@@ -31,6 +32,7 @@ jobs: ...@@ -31,6 +32,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
with: with:
fetch-depth: 0
submodules: recursive submodules: recursive
- name: Setup cache - name: Setup cache
id: cache-system-libraries id: cache-system-libraries
......
...@@ -7,8 +7,6 @@ set -euo pipefail ...@@ -7,8 +7,6 @@ set -euo pipefail
# Include llvm binaries # Include llvm binaries
export PATH=$PATH:$EMSDK/upstream/bin export PATH=$PATH:$EMSDK/upstream/bin
export PKG_CONFIG_PATH=$PWD/build/lib/pkgconfig
# Flags for code optimization, focus on speed instead # Flags for code optimization, focus on speed instead
# of size # of size
OPTIM_FLAGS=( 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