Skip to content

Commit

Permalink
fix build.xml 2023-10-30
Browse files Browse the repository at this point in the history
  • Loading branch information
hktalent committed Oct 30, 2023
1 parent 40d6c24 commit 6d81101
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,6 @@ jobs:
with:
submodules: recursive
fetch-depth: 0
# - name: Checkout submodules
# run: git submodule update --init --recursive
# - name: Install cross-compiler for linux/arm64
# run: sudo apt-get -y install gcc-aarch64-linux-gnu
- name: Set up Go
uses: actions/setup-go@v2
with:
Expand Down Expand Up @@ -87,4 +83,4 @@ jobs:
version: latest
args: release -f .github/build/windows.yml --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 6d81101

Please sign in to comment.