update apt-get before install nasm
This commit is contained in:
parent
b377e52d6f
commit
f27c0ade36
1 changed files with 3 additions and 1 deletions
|
@ -1,3 +1,5 @@
|
|||
language: c
|
||||
compiler: gcc
|
||||
install: sudo apt-get install nasm
|
||||
before_install:
|
||||
- sudo apt-get update -qq
|
||||
- sudo apt-get install -qq nasm
|
||||
|
|
Loading…
Add table
Reference in a new issue