Skip to content

Commit

Permalink
Get fetch-depth:0 right.
Browse files Browse the repository at this point in the history
  • Loading branch information
WayneD committed Apr 10, 2024
1 parent 804411b commit fcc7983
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
fetch-depth: 0
with:
fetch-depth: 0
- name: prep
run: |
sudo apt-get install acl libacl1-dev attr libattr1-dev liblz4-dev libzstd-dev libxxhash-dev python3-cmarkgfm openssl
Expand Down Expand Up @@ -52,7 +53,8 @@ jobs:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
fetch-depth: 0
with:
fetch-depth: 0
- name: prep
run: |
brew install automake openssl xxhash zstd lz4
Expand Down Expand Up @@ -88,7 +90,8 @@ jobs:
if: (github.event_name == 'schedule' || contains(github.event.head_commit.message, '[buildall]'))
steps:
- uses: actions/checkout@v4
fetch-depth: 0
with:
fetch-depth: 0
- name: cygwin
run: choco install -y --no-progress cygwin cyg-get
- name: prep
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/freebsd-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ jobs:
name: Test rsync on FreeBSD
steps:
- uses: actions/checkout@v4
fetch-depth: 0
with:
fetch-depth: 0
- name: Test in FreeBSD
id: test
uses: vmactions/freebsd-vm@v1
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/solaris-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ jobs:
name: Test rsync on Solaris
steps:
- uses: actions/checkout@v4
fetch-depth: 0
with:
fetch-depth: 0
- name: Test in Solaris
id: test
uses: vmactions/solaris-vm@v1
Expand Down

0 comments on commit fcc7983

Please sign in to comment.