Skip to content

Commit

Permalink
try cross compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
bjia56 authored Oct 17, 2024
1 parent 7011032 commit 2b29b87
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-and-test-make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
CXX: ${{ github.workspace }}/zigshim/cxx
AR: ${{ github.workspace }}/zigshim/ar
ZIG_FLAGS: ${{ matrix.zigflags }}
STRIP: ${{ matrix.arch }}-linux-gnu-strip
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -77,7 +76,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install build-essential pkg-config cmake ninja-build curl autoconf automake libtool
sudo apt-get install gcc-aarch64-linux-gnu gcc-arm-linux-gnueabihf
sudo apt-get install gcc-aarch64-linux-gnu gcc-arm-linux-gnueabihf gcc-riscv64-linux-gnu
# Chrome version dependencies
sudo apt-get install golang-go
# Needed to compile 'minicurl'
Expand Down

0 comments on commit 2b29b87

Please sign in to comment.