We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 175d68a commit 5b1fa56Copy full SHA for 5b1fa56
.github/workflows/rust.yml
@@ -52,12 +52,14 @@ jobs:
52
53
ubuntu-arm64-build:
54
55
- runs-on: ubuntu-22.04-arm
+ runs-on: ubuntu-24.04-arm
56
57
steps:
58
- uses: actions/checkout@v3
59
- name: Install deps
60
run: sudo apt update && sudo apt install -y clang build-essential
61
+ - name: debug lines
62
+ run: which clang && which clang-18 && which llvm-strip && which llvm-strip-18
63
- uses: actions-rust-lang/setup-rust-toolchain@v1
64
- name: Install cargo generate
65
run: cargo install cargo-generate
0 commit comments