mirror of
https://github.com/bbernhard/signal-cli-rest-api.git
synced 2026-05-19 13:34:19 +00:00
fixed syntax error in YAML file
This commit is contained in:
parent
d42f6d04c5
commit
6325cb2fe4
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -20,7 +20,7 @@ jobs:
|
|||||||
run: echo ${{ steps.buildx.outputs.platforms }}
|
run: echo ${{ steps.buildx.outputs.platforms }}
|
||||||
- name: Install Podman
|
- name: Install Podman
|
||||||
run: sudo apt update && sudo apt install -y podman
|
run: sudo apt update && sudo apt install -y podman
|
||||||
- name: Free up disk space
|
- name: Free up disk space
|
||||||
run: |
|
run: |
|
||||||
# Remove Java (JDKs)
|
# Remove Java (JDKs)
|
||||||
sudo rm -rf /usr/lib/jvm
|
sudo rm -rf /usr/lib/jvm
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user