Skip to content

Commit

Permalink
changed readme, test.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
nishant-sachdeva committed Oct 24, 2023
1 parent 0d641d7 commit 13bd75e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
runs-on: ubuntu-20.04

steps:
- name: Install LLVM-14.0.0
- name: Install LLVM-16.0.0
run: |
wget https://apt.llvm.org/llvm.sh
sudo bash llvm.sh 14
sudo bash llvm.sh 16
- uses: actions/checkout@v2
- name: Eigen-setup
run: |
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ If you're a C++ developer and require low-level control, optimization, or integr
## Requirements
* cmake (>= 3.13.4)
* GNU Make (4.2.1)
* LLVM (14.0.0) - [src](https://github.com/llvm/llvm-project/tree/release/14.x), [release](https://releases.llvm.org/download.html#14.0.0)
* LLVM (16.0.0) - [src](https://github.com/llvm/llvm-project/tree/release/16.x), [release](https://releases.llvm.org/download.html#16.0.0)
* Support for latest LLVM versions would be added soon
* Eigen library (3.3.7)
* Python (3.6.7)
Expand Down

0 comments on commit 13bd75e

Please sign in to comment.