Skip to content

Commit

Permalink
fix(ci): frontend and app build
Browse files Browse the repository at this point in the history
Signed-off-by: qwqcode <qwqcode@gmail.com>
  • Loading branch information
qwqcode committed Mar 10, 2023
1 parent 710fbcb commit b3d2cc0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
node-version: 16.x
registry-url: https://registry.npmjs.org/
cache: 'pnpm'
cache-dependency-path: './ui/pnpm-lock.yaml'

- name: Install dependencies
run: pnpm install
Expand Down
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ builds:
goarch:
- arm64
env:
- CC=/llvm-mingw/llvm-mingw/bin/aarch64-w64-mingw32-gcc
- CXX=/llvm-mingw/llvm-mingw/bin/aarch64-w64-mingw32-g++
- CC=/llvm-mingw/bin/aarch64-w64-mingw32-gcc
- CXX=/llvm-mingw/bin/aarch64-w64-mingw32-g++
binary: "{{.ProjectName}}"
main: ./main.go
ldflags: *common_ldflags
Expand Down

0 comments on commit b3d2cc0

Please sign in to comment.