Skip to content

Commit 2b85a5d

Browse files
committed
commit .gitignored libs
1 parent 6a7b9d2 commit 2b85a5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
git config user.name "github-actions[bot]"
121121
git config user.email "github-actions[bot]@[email protected]"
122122
123-
git add src/deterministic_gaussian_sampling/lib
123+
git add -f src/deterministic_gaussian_sampling/lib
124124
125125
if git diff --cached --quiet; then
126126
echo "No changes to commit"

0 commit comments

Comments
 (0)