Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Venator2013 authored Jan 22, 2024
1 parent 7ad1b66 commit bc0d94d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,9 @@ jobs:
# Change this to be your CI task/script
runCmd: |
# Add multiple commands to run if needed
ls
mkdir -p build
cd build
cmake -G'Ninja' ..
cmake --build .

0 comments on commit bc0d94d

Please sign in to comment.