mirror of https://github.com/AlexeyAB/darknet.git
add nasm dependency
This commit is contained in:
parent
dc71b14e77
commit
661e8ab26b
|
@ -76,7 +76,7 @@ jobs:
|
|||
- name: Update apt
|
||||
run: sudo apt update
|
||||
- name: Install dependencies
|
||||
run: sudo apt install yasm
|
||||
run: sudo apt install yasm nasm
|
||||
|
||||
- uses: lukka/get-cmake@latest
|
||||
|
||||
|
@ -275,7 +275,7 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Install dependencies
|
||||
run: brew install libomp yasm
|
||||
run: brew install libomp yasm nasm
|
||||
|
||||
- uses: lukka/get-cmake@latest
|
||||
|
||||
|
|
Loading…
Reference in New Issue