Skip to content

Commit 6d81101

Browse files
committed
fix build.xml 2023-10-30
1 parent 40d6c24 commit 6d81101

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,6 @@ jobs:
4141
with:
4242
submodules: recursive
4343
fetch-depth: 0
44-
# - name: Checkout submodules
45-
# run: git submodule update --init --recursive
46-
# - name: Install cross-compiler for linux/arm64
47-
# run: sudo apt-get -y install gcc-aarch64-linux-gnu
4844
- name: Set up Go
4945
uses: actions/setup-go@v2
5046
with:
@@ -87,4 +83,4 @@ jobs:
8783
version: latest
8884
args: release -f .github/build/windows.yml --clean
8985
env:
90-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
86+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)