Update go.yml
This commit is contained in:
parent
26a3c17aa5
commit
7f2b17e14b
6
.github/workflows/go.yml
vendored
6
.github/workflows/go.yml
vendored
@ -10,15 +10,15 @@ jobs:
|
|||||||
name: Build
|
name: Build
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Set up Go 1.14
|
- name: Set up Go 1.15
|
||||||
uses: actions/setup-go@v1
|
uses: actions/setup-go@v1
|
||||||
with:
|
with:
|
||||||
go-version: 1.14
|
go-version: 1.15
|
||||||
id: go
|
id: go
|
||||||
- name: Check out code into the Go module directory
|
- name: Check out code into the Go module directory
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: apt-get install gcc-aarch64-linux-gnu
|
run: sudo apt install gcc-aarch64-linux-gnu
|
||||||
- name: Build
|
- name: Build
|
||||||
run: /bin/sh -c "chmod +x release.sh && bash release.sh"
|
run: /bin/sh -c "chmod +x release.sh && bash release.sh"
|
||||||
- name: Upload
|
- name: Upload
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user