Skip to content

Commit cde72f6

Browse files
committed
Different sha3sum depedency.
1 parent 8950d1f commit cde72f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-package.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ jobs:
4040
- name: Install dependencies
4141
run: pnpm install
4242

43-
- name: Install rhash (includes sha3sum)
43+
- name: Install sha3sum
4444
run: |
4545
sudo apt-get update
46-
sudo apt-get install -y rhash
46+
sudo apt-get install -y libdigest-sha3-perl
4747
4848
- name: Build
4949
run: pnpm build

0 commit comments

Comments
 (0)