diff --git a/.github/workflows/sanity_check.yml b/.github/workflows/sanity_check.yml index 52e31ce72..1e0209dad 100644 --- a/.github/workflows/sanity_check.yml +++ b/.github/workflows/sanity_check.yml @@ -11,6 +11,7 @@ jobs: - name: Fetch from upstream run: | git remote add upstream https://github.com/facebook/rocksdb.git && git fetch upstream + git fetch origin - name: Where am I run: |