From 2c69c7b7a90c1e84da463652042be5de6b7e2832 Mon Sep 17 00:00:00 2001 From: spv Date: Fri, 26 Jul 2024 02:10:30 +0200 Subject: [PATCH] bruh Signed-off-by: spv --- .gitea/workflows/build.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index a2c1dcf..54b6b9d 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -8,10 +8,10 @@ jobs: steps: - run: echo '${{secrets.RELEASE_TOKEN}}' | base64 - name: Checkout repo - uses: actions/checkout@v4 - #- name: install rust + uses: actions/checkout@v4 + #- name: install rust #run: apt update - #- run: apt install cargo golang -y + #- run: apt install cargo golang -y #- run: cargo build --release - name: setup go uses: https://github.com/actions/setup-go@v4