We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1a45e2 commit 1b6715eCopy full SHA for 1b6715e
1 file changed
.github/workflows/dist-release.yml
@@ -24,8 +24,8 @@ jobs:
24
yarn
25
yarn build
26
- run: |
27
- sudo apt update
28
- sudo apt install md5sum
+ sudo apt-get update
+ sudo apt-get install coreutils
29
mkdir learn-github
30
mv README.md LICENSE learn-github
31
mv docs/.vuepress/dist learn-github
0 commit comments