Skip to content

Commit

Permalink
Update build_and_publush.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ita9naiwa authored Jan 15, 2024
1 parent e13b5e0 commit a17b436
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_publush.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ jobs:
with:
platforms: all

- name: install openblas
- name: Install openblas
run: |
if [ "$RUNNER_OS" == "Linux" ]; then
apt install libopenblas-dev
sudo apt install libopenblas-dev
elif [ "$RUNNER_OS" == "macOS" ]; then
brew install openblas
fi
Expand Down

0 comments on commit a17b436

Please sign in to comment.