mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Remove apt-get in build process (missed before)
This commit is contained in:
parent
390048662b
commit
03f4afd62a
@ -11,9 +11,6 @@ jobs:
|
|||||||
- run:
|
- run:
|
||||||
name: Build with armake
|
name: Build with armake
|
||||||
command: |
|
command: |
|
||||||
sudo add-apt-repository ppa:koffeinflummi/armake -y
|
|
||||||
sudo apt-get update -qq
|
|
||||||
sudo apt-get install armake -y
|
|
||||||
make --version
|
make --version
|
||||||
armake --version
|
armake --version
|
||||||
make -j 3
|
make -j 3
|
||||||
|
Loading…
Reference in New Issue
Block a user