diff options
| author | Silas Bartha <silas@soaos.dev> | 2025-03-15 22:10:26 -0400 |
|---|---|---|
| committer | Silas Bartha <silas@soaos.dev> | 2025-03-15 22:10:26 -0400 |
| commit | 29259cfb780e15f338deef1b42f278c2f93696e8 (patch) | |
| tree | d42a849fa1c7b7836683402609f762f9e8ed6f9b /.gitea | |
| parent | bbeea9913cdc8a5d1aeface8da3b0233cb42ac85 (diff) | |
add cargo
Diffstat (limited to '.gitea')
| -rw-r--r-- | .gitea/workflows/deploy.yaml | 2 |
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 |
