Skip to content

Commit

Permalink
CD 调试
Browse files Browse the repository at this point in the history
  • Loading branch information
trheyi committed Feb 12, 2022
1 parent 8bf4bfd commit 7b2a2d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
runs-on: ${{ matrix.platform }}
steps:
- name: Arm Build
if: matrix.platform == 'ubuntu-latest'
run: |
sudo apt-get update
sudo apt-get install -y libc6-armel-cross libc6-dev-armel-cross binutils-arm-linux-gnueabi libncurses5-dev build-essential bison flex libssl-dev bc
Expand Down
2 changes: 1 addition & 1 deletion share/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package share
// session -> freeport fix bug
// 更新制品目录 -> ui/downloads
// Arm64 制品 -> arm build test
// MacOS 制品 -> debug
// MacOS 制品 -> debug 2

// VERSION 版本号
const VERSION = "0.9.1"
Expand Down

0 comments on commit 7b2a2d3

Please sign in to comment.