Another typo fix.
This commit is contained in:
parent
269484f64a
commit
f09182eb37
|
@ -5,7 +5,7 @@ build:
|
|||
pull: true
|
||||
shell: $$arch
|
||||
commands:
|
||||
- if [ $$arch == sh ]; then apt update; apt install build-essential bison flex; fi
|
||||
- if [ $$arch = sh ]; then apt update; apt install build-essential bison flex; fi
|
||||
- make PREFIX=/tmp/acki +ack
|
||||
|
||||
matrix:
|
||||
|
|
Loading…
Reference in a new issue