mirror of
https://github.com/embedd-actions/arm-gcc-ci.git
synced 2026-08-13 22:50:33 +03:00
Update to 14.3.rel1
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
FROM debian:stable-slim
|
FROM debian:stable-slim
|
||||||
|
|
||||||
ARG VERSION=13.3.rel1
|
ARG VERSION=14.3.rel1
|
||||||
|
|
||||||
RUN ARCH="$(dpkg --print-architecture)" && \
|
RUN ARCH="$(dpkg --print-architecture)" && \
|
||||||
case $ARCH in \
|
case $ARCH in \
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: make
|
- name: make
|
||||||
uses: embedd-actions/arm-gcc-ci@12.3.rel1
|
uses: embedd-actions/arm-gcc-ci@14.3.rel1
|
||||||
with:
|
with:
|
||||||
command: make --directory Release all
|
command: make --directory Release all
|
||||||
|
|
||||||
@@ -26,4 +26,5 @@ jobs:
|
|||||||
11.3.rel1
|
11.3.rel1
|
||||||
12.3.rel1
|
12.3.rel1
|
||||||
13.3.rel1
|
13.3.rel1
|
||||||
|
14.3.rel1
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user