Update .gitea/workflows/build.yml
This commit is contained in:
parent
6a3d10fe62
commit
1a7b1262c7
@ -10,10 +10,9 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Clone The Repo
|
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Install Golang Essentials
|
- name: Install Golang And Build
|
||||||
run:
|
run:
|
||||||
wget https://go.dev/dl/go1.22.5.linux-amd64.tar.gz
|
wget https://go.dev/dl/go1.22.5.linux-amd64.tar.gz
|
||||||
rm -rf /usr/local/go
|
rm -rf /usr/local/go
|
||||||
|
Loading…
Reference in New Issue
Block a user