mirror of
https://github.com/ivabus/pantry
synced 2024-11-14 04:25:08 +03:00
parent
df9bb645fe
commit
8a2c01eec2
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ build:
|
||||||
- make install
|
- make install
|
||||||
|
|
||||||
## removing a redundant directory with a duplicate file
|
## removing a redundant directory with a duplicate file
|
||||||
- run: rm -r openblas/openblas
|
- run: if test -d openblas/openblas; then rm -r openblas/openblas; fi
|
||||||
working-directory: ${{prefix}}/include
|
working-directory: ${{prefix}}/include
|
||||||
- run: |
|
- run: |
|
||||||
mv openblas/* .
|
mv openblas/* .
|
||||||
|
|
Loading…
Reference in a new issue