Skip to content

string2: Add isDigit #244

string2: Add isDigit

string2: Add isDigit #244

Workflow file for this run

# https://github.com/actions/virtual-environments
name: Build
on: [push]
jobs:
macos_13_ventura:
name: macOS 13 Ventura
runs-on: macos-13
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Build
run: |
PATH=$PATH:$PWD
mkdir build
cd build
cmake .. -G Xcode
cmake --build .
- name: Test
run: build/Debug/units