Skip to content

adapt to single space in NAPI_VERSION #67

adapt to single space in NAPI_VERSION

adapt to single space in NAPI_VERSION #67

Workflow file for this run

name: Rust
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: true
fetch-depth: 0
- name: Install llvm
run: sudo apt-get install -y llvm
- name: Build
run: cargo build --verbose