mirror of
https://github.com/SagerNet/sing.git
synced 2025-04-04 20:37:40 +03:00
Make cache on push
This commit is contained in:
parent
d4b1e219c0
commit
53c607b13f
1 changed files with 8 additions and 1 deletions
9
.github/workflows/debug.yml
vendored
9
.github/workflows/debug.yml
vendored
|
@ -30,4 +30,11 @@ jobs:
|
|||
with:
|
||||
go-version: ${{ steps.version.outputs.go_version }}
|
||||
- name: Build
|
||||
run: go build -v ./...
|
||||
run: |
|
||||
version=`git rev-parse HEAD`
|
||||
mkdir build
|
||||
pushd build
|
||||
go mod init build
|
||||
go get -v github.com/sagernet/sing@$version
|
||||
popd
|
||||
go build -v ./...
|
Loading…
Add table
Add a link
Reference in a new issue