Skip to content

Commit 4ad7e56

Browse files
committed
fix: libclang1 is no more in ubuntu
1 parent 3db17d8 commit 4ad7e56

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: |
4040
sudo apt-get update
4141
sudo apt-get install clang
42-
sudo apt-get install libclang1
42+
sudo apt-get install libclang-dev
4343
sudo apt-get install libeccodes-dev
4444
rustup update stable
4545
cargo install cargo-criterion

0 commit comments

Comments
 (0)