Skip to content

Commit

Permalink
Added check repo
Browse files Browse the repository at this point in the history
  • Loading branch information
rayzhuca committed Feb 18, 2024
1 parent bc3c15b commit c8cffa9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ jobs:
Explore-GitHub-Actions:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
- run: cd ${{ github.workspace }}
- name: Initialize cmake project in ./build
run: cmake -S . -B ./build
Expand Down

0 comments on commit c8cffa9

Please sign in to comment.