Skip to content

added new function: getFormattedCommodities #2

added new function: getFormattedCommodities

added new function: getFormattedCommodities #2

Workflow file for this run

name: Build-macOS
on:
push:
branches:
- master
jobs:
build-macos:
runs-on: macos-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Set up CMake
run: |
mkdir build
cd build
cmake ..
- name: Build project
run: |
cd build
cmake --build .