Skip to content

Commit 9cf8f9a

Browse files
committed
fix(action): delete lock file in windows env
1 parent 19c995e commit 9cf8f9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-binaries.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
yes: true
132132
- name: setup and build
133133
run: |
134-
del nimble.lock
134+
rm nimble.lock
135135
nimble --verbose --noLockfile -y install https://github.com/pysan3/nim_pandoc
136136
nimble --verbose --noLockfile -y install cligen
137137
nimble --verbose -y build -f:on -d:release

0 commit comments

Comments
 (0)