Skip to content

Commit

Permalink
Remove gcc-multilib.
Browse files Browse the repository at this point in the history
  • Loading branch information
jimafisk committed Aug 17, 2020
1 parent ef483ad commit 08b308c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,6 @@ jobs:
name: Dockerhub Login
run: |
echo '${{ secrets.DOCKER_PASSWORD }}' | docker login --username '${{ secrets.DOCKER_USERNAME }}' --password-stdin
-
name: GCC multilib
run: |
sudo apt-get update
sudo apt-get install gcc-multilib g++-multilib -y
-
name: OSXCross for CGO Support
run: |
Expand Down

0 comments on commit 08b308c

Please sign in to comment.