mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-14 17:01:07 +00:00
Update .gitlab-ci.yml file
Forget to add arm64 arch to the Debian system
This commit is contained in:
parent
7ba7c5e6a0
commit
f5cf1ce5a5
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@ stages: # List of stages for jobs, and their order of execution
|
|||
before_script:
|
||||
- dpkg --add-architecture i386
|
||||
- dpkg --add-architecture amd64
|
||||
- dpkg --add-architecture arm64
|
||||
- apt-get update
|
||||
- *aptcache
|
||||
- apt-get --option dir::cache::archives="$APT_CACHE_DIR" install --no-install-recommends --yes make git ccache gcc
|
||||
|
|
Loading…
Reference in a new issue