File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -151,21 +151,13 @@ jobs:
151151 uses : actions/checkout@v4
152152 with :
153153 fetch-depth : 1
154- fetch-tags : true
155154
156155 # Avoid "detected dubious ownership" warning
157156 - name : Ensure the working directory safe
158157 if : steps.check_artifact.outcome != 'success'
159158 run : |
160159 git config --global --add safe.directory "$GITHUB_WORKSPACE"
161160
162- # When running on a fork the upstream tags are not present, so fetch them explicitly
163- - name : Fetch tags from upstream(for Debian versioning)
164- if : steps.check_artifact.outcome != 'success'
165- run : |
166- git remote add upstream https://github.com/wolfSSL/wolfProvider.git || true
167- git fetch upstream --tags --no-recurse-submodules
168-
169161 - name : Install wolfProvider
170162 if : steps.check_artifact.outcome != 'success'
171163 run : |
You can’t perform that action at this time.
0 commit comments