Skip to content

Bump json5 from 1.0.1 to 1.0.2 in /platform/JS/V8/v8/tools/turbolizer #105

Bump json5 from 1.0.1 to 1.0.2 in /platform/JS/V8/v8/tools/turbolizer

Bump json5 from 1.0.1 to 1.0.2 in /platform/JS/V8/v8/tools/turbolizer #105

Workflow file for this run

name: macchina.io-ci
on: [push]
jobs:
ubuntu-2004-gcc-make:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- run: sudo apt update && sudo apt install libssl-dev
- run: make -s -j2 DEFAULT_TARGET=shared_release
ubuntu-1804-gcc-make:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- run: sudo apt update && sudo apt install libssl-dev
- run: make -s -j2 DEFAULT_TARGET=shared_release
macos-clang-make:
runs-on: macos-10.15
steps:
- uses: actions/checkout@v2
- run: brew install openssl
- run: make -s -j2 DEFAULT_TARGET=shared_release