Skip to content
This repository was archived by the owner on Nov 5, 2024. It is now read-only.

Commit 79eeadb

Browse files
committed
fix release workflow
1 parent f9f9686 commit 79eeadb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
- name: build rust object
111111
shell: bash
112112
run: |
113-
make setup
113+
make clean
114114
make rust-object
115115
116116
- name: build

0 commit comments

Comments
 (0)