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 0f32c04 commit 1dd948fCopy full SHA for 1dd948f
.github/workflows/main.yml
@@ -32,6 +32,8 @@ jobs:
32
run: sudo make check
33
- name: "🛠️ Install"
34
run: sudo make install
35
+ - name: "🛠️ update (optional)"
36
+ run: sudo make update
37
- name: "🧹 Uninstall"
38
run: sudo make uninstall
39
- name: "🛠️ build package"
.github/workflows/release.yml
@@ -20,6 +20,8 @@ jobs:
20
21
22
23
24
25
26
27
0 commit comments