Projects STRLCPY cfonts Commits e3c1d5b6
🤬
  • ■ ■ ■ ■ ■ ■
    .github/workflows/testing.yml
    skipped 88 lines
    89 89   with:
    90 90   toolchain: stable
    91 91   
     92 + - name: Setup Node
     93 + uses: actions/setup-node@v3
     94 + with:
     95 + node-version: ${{ matrix.node }}
     96 + 
     97 + - name: Build nodejs files
     98 + run: cd ../nodejs && yarn build
     99 + 
    92 100   - name: Run Makefile
    93 101   run: make
    94 102   
    skipped 183 lines
Please wait...
Page is in error, reload to recover