Skip to content

Commit

Permalink
CI: install LLVM before running the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
OsamaAhmad00 committed Oct 24, 2023
1 parent b0cbe2c commit b764546
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ jobs:
runs-on: ubuntu-latest

steps:

- uses: actions/checkout@v3
- name: Install LLVM
run: sudo apt-get -y install llvm-dev clang
- name: Build
run: cargo build --verbose
- name: Run tests
Expand Down

0 comments on commit b764546

Please sign in to comment.