Skip to content

Commit

Permalink
bump clang in cross.toml (#4602)
Browse files Browse the repository at this point in the history
  • Loading branch information
realbigsean committed Aug 10, 2023
1 parent 1440dc0 commit 87b165c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cross.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[target.x86_64-unknown-linux-gnu]
pre-build = ["apt-get install -y cmake clang-3.9"]
pre-build = ["apt-get install -y cmake clang-5.0"]

[target.aarch64-unknown-linux-gnu]
pre-build = ["apt-get install -y cmake clang-3.9"]
pre-build = ["apt-get install -y cmake clang-5.0"]

0 comments on commit 87b165c

Please sign in to comment.