Skip to content

Commit

Permalink
rm submodule
Browse files Browse the repository at this point in the history
Signed-off-by: limengxuan <[email protected]>
  • Loading branch information
archlitchi committed Feb 8, 2024
1 parent 99daf7e commit d8f82db
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand All @@ -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
Expand Down

0 comments on commit d8f82db

Please sign in to comment.