Skip to content

Commit 605a880

Browse files
committed
fix 3
1 parent 1b6715e commit 605a880

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dist-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
yarn build
2626
- run: |
2727
sudo apt-get update
28-
sudo apt-get install coreutils
28+
sudo apt-get install -y md5sum
2929
mkdir learn-github
3030
mv README.md LICENSE learn-github
3131
mv docs/.vuepress/dist learn-github

0 commit comments

Comments
 (0)