Skip to content

Commit

Permalink
Fix error: cannot find -lv8.
Browse files Browse the repository at this point in the history
  • Loading branch information
jimafisk committed Aug 22, 2020
1 parent 8074dcc commit 09ee81b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ jobs:
name: Dockerhub Login
run: |
echo '${{ secrets.DOCKER_PASSWORD }}' | docker login --username '${{ secrets.DOCKER_USERNAME }}' --password-stdin
-
name: 32-bit Linux Support
sudo apt-get update
sudo apt-get install libv8-dev -y
-
name: OSXCross for CGO Support
run: |
Expand Down
Binary file removed plenti
Binary file not shown.

0 comments on commit 09ee81b

Please sign in to comment.