Skip to content

Commit

Permalink
CI fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Guilucand committed Aug 23, 2024
1 parent 385abed commit b8575f7
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,20 +26,18 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: true
- name: Arm setup
shell: bash
run: |
sudo apt install -y g++-aarch64-linux-gnu
sudo apt install -y g++-arm-linux-gnueabi
sudo apt install -y gcc-aarch64-linux-gnu
sudo apt install -y gcc-arm-linux-gnueabi
- name: Build cli
uses: houseabsolute/actions-rust-cross@v0
- name: Rust setup
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
command: build
toolchain: stable
target: ${{ matrix.platform.target }}
args: "--release --locked -p ggcat_cmdline"
strip: true
- name: Cross install
shell: bash
run: cargo install cross
- name: Build cli
shell: bash
run: |
cross build --release --target ${{ matrix.platform.target }} --locked -p ggcat_cmdline
linux-musl:
strategy:
Expand Down

0 comments on commit b8575f7

Please sign in to comment.