-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: limengxuan <[email protected]>
- Loading branch information
1 parent
99daf7e
commit d8f82db
Showing
1 changed file
with
0 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,18 +27,6 @@ jobs: | |
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it | ||
uses: actions/checkout@v2 | ||
|
||
- name: Checkout submodule | ||
uses: Mushus/[email protected] | ||
with: | ||
basePath: # optional, default is . | ||
submodulePath: libvgpu | ||
|
||
|
||
- name: Setup Go environment | ||
uses: actions/[email protected] | ||
with: | ||
go-version: 1.21 | ||
|
||
- name: Get branch name | ||
uses: nelonoel/[email protected] | ||
|
||
|
@@ -56,11 +44,6 @@ jobs: | |
id: buildx | ||
uses: docker/setup-buildx-action@v1 | ||
|
||
- name: Setup protoc | ||
# You may pin to the exact commit or the version. | ||
# uses: arduino/setup-protoc@64c0c85d18e984422218383b81c52f8b077404d3 | ||
uses: arduino/[email protected] | ||
|
||
- run: make tidy | ||
# run: make proto | ||
- run: SHORT_VERSION="${BRANCH_NAME}" bash ./hack/build.sh | ||
|