Skip to content

Commit 834b894

Browse files
committed
Update workflow
1 parent 30bb6b2 commit 834b894

File tree

1 file changed

+15
-12
lines changed

1 file changed

+15
-12
lines changed

.github/workflows/release.yml

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,19 @@ jobs:
1414
- goarch: arm64
1515
goos: windows
1616
steps:
17-
- name: Checkout code
18-
uses: actions/checkout@v3
17+
- name: Install libx11-dev
18+
run: sudo apt-get install -y libx11-dev
1919

20-
- name: Build and release
21-
uses: wangyoucao577/go-release-action@v1
22-
with:
23-
github_token: ${{ secrets.GITHUB_TOKEN }}
24-
goos: ${{ matrix.goos }}
25-
goarch: ${{ matrix.goarch }}
26-
goversion: "https://dl.google.com/go/go1.20.2.linux-amd64.tar.gz"
27-
project_path: "./src/npu"
28-
binary_name: "npu"
29-
extra_files: LICENSE README.md
20+
- name: Checkout code
21+
uses: actions/checkout@v3
22+
23+
- name: Build and release
24+
uses: wangyoucao577/go-release-action@v1
25+
with:
26+
github_token: ${{ secrets.GITHUB_TOKEN }}
27+
goos: ${{ matrix.goos }}
28+
goarch: ${{ matrix.goarch }}
29+
goversion: "https://dl.google.com/go/go1.20.2.linux-amd64.tar.gz"
30+
project_path: "./src/npu"
31+
binary_name: "npu"
32+
extra_files: LICENSE README.md

0 commit comments

Comments
 (0)