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