Compare commits

..

No commits in common. "master" and "v12.3.1" have entirely different histories.

3 changed files with 2 additions and 4 deletions

View File

@ -16,7 +16,6 @@ RUN ARCH="$(dpkg --print-architecture)" && \
apt-get install \
--no-install-recommends \
make \
ninja-build \
cmake \
wget \
ca-certificates \

View File

@ -4,7 +4,7 @@ Building arm-gcc projects with xpack compilator
## Usage:
```yml
```
jobs:
build:

View File

@ -2,5 +2,4 @@
. /etc/bashrc
#exec $@
exec bash -c "$@"
exec $@