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

Signed-off-by: spv <spv0x04@proton.me>
This commit is contained in:
spv 2024-07-26 02:03:08 +02:00
parent 54d5dc077c
commit 5358e8e88f
No known key found for this signature in database
GPG Key ID: A527CD7A0F9353D8

View File

@ -6,13 +6,12 @@ jobs:
Build:
runs-on: ubuntu-latest
steps:
- run: echo '${{secrets.RELEASE_TOKEN}}'
- name: Checkout repo
uses: actions/checkout@v4
# - name: install rust
#run: apt update
# - run: apt install cargo golang -y
# - run: cargo build --release
- name: install rust
run: apt update
- run: apt install cargo golang -y
- run: cargo build --release
- name: setup go
uses: https://github.com/actions/setup-go@v4
with: