Skip to content

Commit

Permalink
Try to debug CI only aarch64 only issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoverbear committed Nov 22, 2024
1 parent e2e0345 commit 318739c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -74,6 +74,13 @@ jobs:
shell: bash
run: cargo build

- name: DEBUG ME HERE
shell: bash
run: |
rustup target add aarch64-unknown-linux-gnu
cargo tree -i openssl-sys --target aarch64-unknown-linux-gnu
CARGO_BUILD_JOBS=1 cargo build --target aarch64-unknown-linux-gnu
- name: Upload criticalup debug build
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 318739c

Please sign in to comment.