mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-23 11:30:14 +10:00
Fix linux 32 bit builds (#85)
* Correct Linux 32-bit dependency installation
This commit is contained in:
committed by
GitHub
parent
4cf7166a48
commit
c38cc161c0
@@ -16,7 +16,7 @@ node_js: "8"
|
||||
before_install:
|
||||
- curl -o- -L https://yarnpkg.com/install.sh | bash
|
||||
- export PATH="$HOME/.yarn/bin:$PATH"
|
||||
- ./install_deps.sh
|
||||
- . install_deps.sh
|
||||
- . get_repo.sh
|
||||
- . check_tags.sh
|
||||
|
||||
|
||||
Reference in New Issue
Block a user