bruh
Some checks failed
Build / release (push) Failing after 1m49s

Signed-off-by: spv <spv0x04@proton.me>
This commit is contained in:
spv 2024-07-26 12:31:37 +02:00
parent f6ffd9d117
commit 816c902ec7
No known key found for this signature in database
GPG Key ID: A527CD7A0F9353D8

View File

@ -10,9 +10,9 @@ jobs:
- name: Checkout repo
uses: actions/checkout@v4
- name: install rust
run: apt update
- run: apt install cargo golang -y
- run: cargo build --release
run: apt update && apt install cargo golang -y
- name: Build
run: cargo build --release
- name: Publish
uses: akkuman/gitea-release-action@v1
with: