Skip to content

Commit

Permalink
Rename action, make clone deep
Browse files Browse the repository at this point in the history
  • Loading branch information
Dolfost committed Aug 23, 2024
1 parent 2b3ff90 commit 15536ff
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CMake
name: CMake CI

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

steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Set reusable strings
id: strings
Expand Down

0 comments on commit 15536ff

Please sign in to comment.