Skip to content

Commit

Permalink
Merge pull request #15 from Angelin01/fix-glibc
Browse files Browse the repository at this point in the history
Fix glibc
  • Loading branch information
Angelin01 authored Oct 24, 2024
2 parents 024b6c4 + 6622f80 commit 5130732
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- TARGET: armv7-unknown-linux-gnueabihf

name: Build and Release
runs-on: ubuntu-latest
runs-on: ubuntu-20.04 # For GLIBC_2.31
env:
TARGET: ${{ matrix.TARGET }}
steps:
Expand Down
32 changes: 16 additions & 16 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5130732

Please sign in to comment.