mirror of
https://github.com/mailscope/kumomta.git
synced 2026-09-05 18:18:56 +00:00
ci: apply brute force
This commit is contained in:
@@ -26,10 +26,10 @@ jobs:
|
||||
steps:
|
||||
- name: "Update APT"
|
||||
shell: bash
|
||||
run: "apt update"
|
||||
run: "sudo apt update"
|
||||
- name: "Install more deps"
|
||||
shell: bash
|
||||
run: "apt-get install -y redis"
|
||||
run: "sudo apt-get install -y redis"
|
||||
- uses: actions/checkout@v3
|
||||
- uses: Swatinem/rust-cache@v2
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user