Skip to content

Commit

Permalink
[#348] Added fetch-depth to CI;
Browse files Browse the repository at this point in the history
  • Loading branch information
jlucas9 committed Oct 29, 2024
1 parent 8841eae commit c31b849
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Build

on:
push:
pull_request:

jobs:
Expand All @@ -10,8 +9,9 @@ jobs:
container:
image: ivvitc/nos3-64:20241010
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 1
submodules: recursive
- name: config
run: make config
Expand All @@ -27,8 +27,9 @@ jobs:
container:
image: ivvitc/nos3-64:20241010
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 1
submodules: recursive
- name: config
run: make config
Expand Down

0 comments on commit c31b849

Please sign in to comment.