mirror of
https://github.com/embedd-actions/arm-gcc-xpack-ci.git
synced 2025-04-21 00:25:33 +03:00
Compare commits
No commits in common. "master" and "v12.3.1" have entirely different histories.
@ -16,7 +16,6 @@ RUN ARCH="$(dpkg --print-architecture)" && \
|
||||
apt-get install \
|
||||
--no-install-recommends \
|
||||
make \
|
||||
ninja-build \
|
||||
cmake \
|
||||
wget \
|
||||
ca-certificates \
|
||||
|
@ -4,7 +4,7 @@ Building arm-gcc projects with xpack compilator
|
||||
|
||||
## Usage:
|
||||
|
||||
```yml
|
||||
```
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
@ -2,5 +2,4 @@
|
||||
|
||||
. /etc/bashrc
|
||||
|
||||
#exec $@
|
||||
exec bash -c "$@"
|
||||
exec $@
|
||||
|
Loading…
x
Reference in New Issue
Block a user