Skip to content

Commit

Permalink
Update ffi-builds.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
theomonnom committed Feb 2, 2024
1 parent 99d8a0e commit e0792ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ffi-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ jobs:
export PATH=/root/.cargo/bin:\$PATH; \
yum install llvm llvm-libs -y; \
yum install clang -y; \
yum groupinstall 'Development Tools' -y; \
clang --version; \
yum install openssl-devel libX11-devel mesa-libGL-devel libXext-devel -y; \
curl --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y; \
Expand Down

0 comments on commit e0792ba

Please sign in to comment.