Skip to content

Commit

Permalink
installing libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
paganotoni committed Dec 14, 2021
1 parent 9be56cf commit 79cd2a2
Showing 1 changed file 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 @@ -18,6 +18,10 @@ jobs:
- name: Checkout Code
uses: actions/checkout@v2

- name: GCC multilib
run: |
sudo apt-get install gcc-multilib g++-multilib
- name: OSXCross for CGO Support
run: |
mkdir ../../osxcross
Expand Down

0 comments on commit 79cd2a2

Please sign in to comment.