Skip to content

Commit

Permalink
Install libc6-dev as a prerequisite
Browse files Browse the repository at this point in the history
  • Loading branch information
abrown committed Oct 5, 2023
1 parent d468d90 commit efa769d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
- uses: actions/checkout@v2
with:
submodules: recursive
- name: Install prerequisites
if: runner.os == 'Linux'
run: sudo apt-get install libc6-dev
- name: Build C library
run: python buildall.py

Expand Down

0 comments on commit efa769d

Please sign in to comment.