Skip to content

Commit 1b6715e

Browse files
committed
fix 2
1 parent b1a45e2 commit 1b6715e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dist-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
yarn
2525
yarn build
2626
- run: |
27-
sudo apt update
28-
sudo apt install md5sum
27+
sudo apt-get update
28+
sudo apt-get install coreutils
2929
mkdir learn-github
3030
mv README.md LICENSE learn-github
3131
mv docs/.vuepress/dist learn-github

0 commit comments

Comments
 (0)