install go before using the release action
Signed-off-by: ngn <ngn@ngn.tf>
This commit is contained in:
@ -12,13 +12,18 @@ jobs:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Build wheel package
|
||||
- name: Setup go
|
||||
uses: actions/setup-go@v4
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
sudo apt update -y
|
||||
sudo apt install -y python3 python3-build python3-requests make
|
||||
make
|
||||
|
||||
- name: Create release
|
||||
- name: Build wheel package
|
||||
run: make
|
||||
|
||||
- name: Create a release
|
||||
uses: "https://gitea.com/actions/release-action@main"
|
||||
with:
|
||||
files: |-
|
||||
|
Reference in New Issue
Block a user