Skip to content

Change Folder to Path. #3

Change Folder to Path.

Change Folder to Path. #3

Workflow file for this run

# This workflow
name: C example
on:
push:
branches: [master]
pull_request:
branches: [master]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Test Examples
run: |
make
./build/bin/aldr 9000 1 1 2 3 2 | tr -d '\n' | tr ' ' '\n' | sort | uniq -c
cd examples
make
./example.out