Skip to content

Commit c01e77b

Browse files
committed
patch ci: mollusk installation
1 parent 8f5a335 commit c01e77b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ jobs:
160160
run: |
161161
sudo apt-get update
162162
sudo apt-get install -y libudev-dev pkg-config
163-
cargo install mollusk-svm-cli
163+
command -v mollusk >/dev/null 2>&1 || cargo install mollusk-svm-cli
164164
165165
- name: Restore Program Builds
166166
uses: actions/cache/restore@v4

0 commit comments

Comments
 (0)