Skip to content

Commit ec119c8

Browse files
chore(deps): update openlistteam/cgo-actions action to v1.2.4
1 parent b31ae9c commit ec119c8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/beta_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
FRONTEND_REPO: ${{ vars.FRONTEND_REPO }}
122122

123123
- name: Build
124-
uses: OpenListTeam/cgo-actions@v1.2.2
124+
uses: OpenListTeam/cgo-actions@v1.2.4
125125
with:
126126
targets: ${{ matrix.target }}
127127
flags: ${{ matrix.flags || '-ldflags=' }}

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
FRONTEND_REPO: ${{ vars.FRONTEND_REPO }}
4343

4444
- name: Build
45-
uses: OpenListTeam/cgo-actions@v1.2.2
45+
uses: OpenListTeam/cgo-actions@v1.2.4
4646
with:
4747
targets: ${{ matrix.target }}
4848
flags: ${{ contains(matrix.target, '-musl') && '-ldflags=-linkmode external -extldflags ''-static -fpic''' || '-ldflags=' }}

0 commit comments

Comments
 (0)