Skip to content

bug fixed for hako asset runner, the setup callback will be called fo… #62

bug fixed for hako asset runner, the setup callback will be called fo…

bug fixed for hako asset runner, the setup callback will be called fo… #62

Workflow file for this run

name: build
on:
push:
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
steps:
- name: Setup cmake
uses: jwlawson/[email protected]
- name: Checkout Repository
uses: actions/checkout@v3
with:
submodules: recursive
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Hakoniwa-core
run: |
bash build.bash