File tree Expand file tree Collapse file tree 1 file changed +15
-12
lines changed
Expand file tree Collapse file tree 1 file changed +15
-12
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments