Skip to content

Commit

Permalink
linux-arm release: install g++
Browse files Browse the repository at this point in the history
  • Loading branch information
dvmarcilio committed Jul 29, 2024
1 parent c5a6504 commit 6af9c4f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/polyglot_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,11 @@ jobs:
pip install --upgrade maturin
- name: Setup rustup target linux-arm
if: ${{ matrix.target == 'linux-arm' }}
# g++ is needed for tree-sitter YAML dependency
run: |
sudo apt-get update
sudo apt-get install gcc-aarch64-linux-gnu
sudo apt-get install g++-aarch64-linux-gnu
rustup target add aarch64-unknown-linux-gnu
mkdir -p .cargo
touch .cargo/config.toml
Expand Down

0 comments on commit 6af9c4f

Please sign in to comment.