Skip to content

problem file

problem file #71

Workflow file for this run

name: REBOUNDx (C)
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Checkout REBOUND
uses: actions/checkout@v3
with:
repository: hannorein/rebound
path: ./rebound
- name: Compile all examples
run: |
cd examples
export REB_DIR=$GITHUB_WORKSPACE/rebound
make