Skip to content

Update AStarExample.cs #12

Update AStarExample.cs

Update AStarExample.cs #12

Workflow file for this run

name: C/C++ CI
on:
push:
branches: [ "master", "stage" ]
pull_request:
branches: [ "master", "stage" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: make test
working-directory: ./cpp
run: make test