Skip to content

Commit

Permalink
fix(release): make directory for libaom (#442)
Browse files Browse the repository at this point in the history
  • Loading branch information
ykzts committed May 14, 2021
1 parent cda3e06 commit 2790b2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Expand Up @@ -46,6 +46,7 @@ jobs:
mkdir -p /tmp/src
cd /tmp/src
wget -O libaom.tar.gz https://storage.googleapis.com/aom-releases/libaom-${LIBAOM_VERSION}.tar.gz
mkdir -p /tmp/src/libaom-${LIBAOM_VERSION}
tar -xzf libaom.tar.gz -C /tmp/src/libaom-${LIBAOM_VERSION}
rm libaom.tar.gz
mkdir -p /tmp/src/aom_build
Expand Down

1 comment on commit 2790b2f

@vercel
Copy link

@vercel vercel bot commented on 2790b2f May 14, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.