Skip to content

Commit 1dd948f

Browse files
committed
Update CI
Signed-off-by: Bensuperpc <[email protected]>
1 parent 0f32c04 commit 1dd948f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232
run: sudo make check
3333
- name: "🛠️ Install"
3434
run: sudo make install
35+
- name: "🛠️ update (optional)"
36+
run: sudo make update
3537
- name: "🧹 Uninstall"
3638
run: sudo make uninstall
3739
- name: "🛠️ build package"

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
run: sudo make check
2121
- name: "🛠️ Install"
2222
run: sudo make install
23+
- name: "🛠️ update (optional)"
24+
run: sudo make update
2325
- name: "🧹 Uninstall"
2426
run: sudo make uninstall
2527
- name: "🛠️ build package"

0 commit comments

Comments
 (0)