We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6c3ccb commit 3f7bc4eCopy full SHA for 3f7bc4e
.github/workflows/main.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: "✅ Check bash syntax"
32
run: sudo make check
33
- name: "✅ Check dependency"
34
- run: sudo check-dep
+ run: sudo make check-dep
35
- name: "🛠️ Install"
36
run: sudo make install
37
- name: "🛠️ update (optional)"
.github/workflows/release.yml
@@ -19,7 +19,7 @@ jobs:
19
20
21
22
23
24
25
0 commit comments