Skip to content

Commit 5b1fa56

Browse files
authored
Update rust.yml
1 parent 175d68a commit 5b1fa56

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/rust.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,14 @@ jobs:
5252

5353
ubuntu-arm64-build:
5454

55-
runs-on: ubuntu-22.04-arm
55+
runs-on: ubuntu-24.04-arm
5656

5757
steps:
5858
- uses: actions/checkout@v3
5959
- name: Install deps
6060
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
6163
- uses: actions-rust-lang/setup-rust-toolchain@v1
6264
- name: Install cargo generate
6365
run: cargo install cargo-generate

0 commit comments

Comments
 (0)