Update README.md

This commit is contained in:
Sergey 2023-10-26 23:46:17 +03:00 committed by GitHub
parent d022b3c43b
commit bcd9a60294
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: make - name: make
uses: embedd-actions/arm-gcc-ci@11.3.rel1 uses: embedd-actions/arm-gcc-ci@12.3.rel1
with: with:
command: make --directory Release all command: make --directory Release all
@ -24,4 +24,5 @@ jobs:
``` ```
11.3.rel1 11.3.rel1
12.3.rel1
``` ```