Skip to content

Commit

Permalink
Update build_and_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Agony5757 committed May 8, 2024
1 parent 7c69a2b commit 3564c4a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This starter workflow is for a CMake project running on multiple platforms. There is a different starter workflow if you just want a single platform.
# See: https://github.com/actions/starter-workflows/blob/main/ci/cmake-single-platform.yml
name: CMake on multiple platforms
name: Build-and-test

on:
push:
Expand Down Expand Up @@ -46,6 +46,8 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
submodules: 'true'

- name: Install CMake
run: |
Expand Down

0 comments on commit 3564c4a

Please sign in to comment.