Skip to content

Commit 94fe1b2

Browse files
committed
Fix
1 parent 22db392 commit 94fe1b2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/phar.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,10 @@ jobs:
223223
GPG_ID: ${{ secrets.GPG_ID }}
224224

225225
- name: "Install lucky_commit"
226-
run: cargo install lucky_commit --locked
226+
uses: baptiste0928/cargo-install@v1
227+
with:
228+
crate: lucky_commit
229+
args: --no-default-features
227230

228231
- name: "Commit PHAR - development"
229232
if: "!startsWith(github.ref, 'refs/tags/') && steps.checksum-difference.outputs.result == 'different'"

0 commit comments

Comments
 (0)