Skip to content
Snippets Groups Projects
Commit a9b12628 authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

start the checkout

parent 3d06342d
No related branches found
No related tags found
2 merge requests!183CircleCI-based macOS CI,!176Add macOS CI
......@@ -12,6 +12,10 @@ jobs:
- "2.7"
steps:
- uses: actions/checkout@v2
with:
fetch-depth: "0"
# Get tags not fetched by the checkout action, needed for auto-versioning.
- name: "Finish checkout"
run: |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment