Skip to content

Commit

Permalink
try using openblas apt package
Browse files Browse the repository at this point in the history
  • Loading branch information
samayala22 committed Sep 25, 2024
1 parent 8bd179d commit 2e6074a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Install system dependencies
run: |
sudo apt-get update
sudo apt-get install -y libgl1-mesa-dev libglu1-mesa-dev clang libomp-dev libc++-dev gcc g++ gobjc
sudo apt-get install -y libopenblas-dev libgl1-mesa-dev libglu1-mesa-dev clang libomp-dev libc++-dev gcc g++
- name: Set xmake env
run: echo "XMAKE_GLOBALDIR=${{ runner.workspace }}/xmake-global" >> $GITHUB_ENV
Expand Down

0 comments on commit 2e6074a

Please sign in to comment.