Skip to content

Commit 8950d1f

Browse files
committed
Added sha3sum.
1 parent aa2c192 commit 8950d1f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build-package.yaml

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

43+
- name: Install rhash (includes sha3sum)
44+
run: |
45+
sudo apt-get update
46+
sudo apt-get install -y rhash
47+
4348
- name: Build
4449
run: pnpm build

0 commit comments

Comments
 (0)