Skip to content

Fixed uses typo

Fixed uses typo #2

Workflow file for this run

name: Set up
run-name: CMake build test
on: [push]
jobs:
Explore-GitHub-Actions:
runs-on: ubuntu-latest
steps:
- run: cd ${{ github.workspace }}
- name: Initialize cmake project in ./build
- run: cmake -S . -B ./build
- name: Run cmake build
- run: cmake build --build