Skip to content

Commit

Permalink
ci: use system ffi on Alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
saghul committed Jan 27, 2025
1 parent 52576a2 commit 8acb06e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,15 +130,15 @@ jobs:
BUILDTYPE: ${{ matrix.buildType }}
steps:
- name: Prepare
run: apk add git build-base cmake curl-dev autoconf automake libtool texinfo linux-headers --update-cache
run: apk add git build-base cmake curl-dev autoconf automake libtool texinfo linux-headers libffi-dev --update-cache
- uses: actions/checkout@v4
with:
submodules: true
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
- name: Build it
run: make VERBOSE=1
run: make VERBOSE=1 USE_EXTERNAL_FFI=ON
- name: Test it
run: make test
build-windows:
Expand Down

0 comments on commit 8acb06e

Please sign in to comment.