Another typo fix.
This commit is contained in:
parent
269484f64a
commit
f09182eb37
|
@ -5,7 +5,7 @@ build:
|
||||||
pull: true
|
pull: true
|
||||||
shell: $$arch
|
shell: $$arch
|
||||||
commands:
|
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
|
- make PREFIX=/tmp/acki +ack
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
|
|
Loading…
Reference in a new issue