This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
Carla
mirror of
https://github.com/falkTX/Carla
Watch
1
Star
0
Fork
0
Code
Releases
42
Activity
Browse Source
CI: need i386 for linux main test too
tags/v2.3.0-RC1
falkTX
4 years ago
parent
92064ca85a
commit
c5a9d13bce
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.travis/before_install.sh
+ 1
- 1
.travis/before_install.sh
View File
@@ -2,7 +2,7 @@
set -e
if [ "${TARGET}" = "win32" ]; then
if [ "${TARGET}" = "
linux" ] || [ "${TARGET}" = "
win32" ]; then
sudo dpkg --add-architecture i386
fi
Write
Preview
Loading…
Cancel
Save