Skip to content

Commit c2271df

Browse files
authored
fix(ci): update OpenListTeam/cgo-actions to v1.2.2 to fix loongarch64 build (#811)
* Update beta_release.yml * Update build.yml
1 parent d4b8570 commit c2271df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/beta_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9494

9595
- name: Build
96-
uses: OpenListTeam/[email protected].1
96+
uses: OpenListTeam/[email protected].2
9797
with:
9898
targets: ${{ matrix.target }}
9999
musl-target-format: $os-$musl-$arch

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4242

4343
- name: Build
44-
uses: OpenListTeam/[email protected].1
44+
uses: OpenListTeam/[email protected].2
4545
with:
4646
targets: ${{ matrix.target }}
4747
musl-target-format: $os-$musl-$arch

0 commit comments

Comments
 (0)