aboutsummaryrefslogtreecommitdiff
path: root/.gitea/workflows/deploy.yaml
diff options
context:
space:
mode:
authorSilas Bartha <silas@soaos.dev>2025-03-15 22:10:26 -0400
committerSilas Bartha <silas@soaos.dev>2025-03-15 22:10:26 -0400
commit29259cfb780e15f338deef1b42f278c2f93696e8 (patch)
treed42a849fa1c7b7836683402609f762f9e8ed6f9b /.gitea/workflows/deploy.yaml
parentbbeea9913cdc8a5d1aeface8da3b0233cb42ac85 (diff)
add cargo
Diffstat (limited to '.gitea/workflows/deploy.yaml')
-rw-r--r--.gitea/workflows/deploy.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml
index c566585..9aa71ff 100644
--- a/.gitea/workflows/deploy.yaml
+++ b/.gitea/workflows/deploy.yaml
@@ -6,7 +6,7 @@ jobs:
container: alpine:latest
steps:
- name: Install dependencies
- run: apk add git nodejs openssh rust
+ run: apk add git nodejs openssh rust cargo
- name: Install ringfairy
run: |
git clone https://github.com/k3rs3d/ringfairy.git