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 Oct 31, 2023
1 parent e7243e5 commit b13c761
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build_package_and_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,13 @@ jobs:
echo "TAG=${{ github.ref_name }}" >> "$GITHUB_OUTPUT"
fi
- uses: actions/checkout@v1
- name: Prepare Rust for Centos7
uses: ./.github/actions/centos7
# - name: Prepare Rust for Centos7
# uses: ./.github/actions/centos7
- name: Install build tools
shell: bash
run: |
sudo gem install fpm
yum -y install ruby rubygems ruby-devel
gem install fpm
- name: Compiler
run: |
source "$HOME/.cargo/env"
Expand Down

0 comments on commit b13c761

Please sign in to comment.