Skip to content

new currency img (color theme now matches with the others) #6

new currency img (color theme now matches with the others)

new currency img (color theme now matches with the others) #6

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 .