Archisman Karmakar
commited on
Commit
·
a8efbdc
1
Parent(s):
78337bb
Update ossar.yml
Browse files
.github/workflows/ossar.yml
CHANGED
@@ -38,6 +38,7 @@ jobs:
|
|
38 |
- name: Checkout repository
|
39 |
uses: actions/checkout@v4
|
40 |
with:
|
|
|
41 |
fetch-depth: 1 # Fetch only the latest commit
|
42 |
|
43 |
# Ensure a compatible version of dotnet is installed.
|
|
|
38 |
- name: Checkout repository
|
39 |
uses: actions/checkout@v4
|
40 |
with:
|
41 |
+
clean: true
|
42 |
fetch-depth: 1 # Fetch only the latest commit
|
43 |
|
44 |
# Ensure a compatible version of dotnet is installed.
|