Skip to content

Commit 4c8c174

Browse files
committed
use OS yasm
1 parent d7a6b24 commit 4c8c174

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.github/workflows/maven_debug_package.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ jobs:
9696
git bc wget rsync cmake make pkg-config libtool \
9797
ssh gzip tar \
9898
coreutils \
99+
yasm \
99100
libncurses5
100101
101102
- name: use mnt dir

.github/workflows/maven_package.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ jobs:
9797
git bc wget rsync cmake make pkg-config libtool \
9898
ssh gzip tar \
9999
coreutils \
100+
yasm \
100101
libncurses5
101102
102103
- name: use mnt dir

circle_scripts/deps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ numcpus_=$(nproc)
1111
quiet_=1
1212
full="1"
1313
download_full="1"
14-
build_yasm="1"
14+
build_yasm="0"
1515
## ----------------------
1616

1717
## ----------------------

0 commit comments

Comments
 (0)