Skip to content

Commit

Permalink
install static libc
Browse files Browse the repository at this point in the history
  • Loading branch information
lausdahl committed Mar 14, 2024
1 parent bdea4c0 commit 43a2373
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ jobs:
run: sudo apt-get update && sudo apt-get install gcc-multilib
if: matrix.platform == 'x32' && matrix.os == 'ubuntu-20.04'

- name: ubuntu static libc
run: sudo apt-get update && sudo apt-get install libc6-dev
if: matrix.os == 'ubuntu-20.04'


- name: Set up Java x64
if: matrix.platform == 'x64'
uses: actions/setup-java@v1
Expand Down

0 comments on commit 43a2373

Please sign in to comment.