diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 7b76c14..1e894fc 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -69,8 +69,8 @@ jobs: - name: Build run: |- set -e && - npm run build --target ${{ matrix.settings.target }} && - strip -x ${{ matrix.settings.target }}/*.node + npm run build && + strip -x *.node shell: bash - name: Test bindings run: npm run test