Skip to content

Commit

Permalink
ci: build on centos7
Browse files Browse the repository at this point in the history
  • Loading branch information
yukkit committed Nov 1, 2023
1 parent a670a45 commit cc86be3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_package_and_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
gem install fpm
- name: Compiler
run: |
source "$HOME/.cargo/env"
if [[ "${{ matrix.target }}" = "aarch64-unknown-linux-gnu" ]]; then
# sudo apt install gcc-aarch64-linux-gnu
rustup target add aarch64-unknown-linux-gnu
Expand Down

0 comments on commit cc86be3

Please sign in to comment.