This commit is contained in:
2023-09-22 17:35:21 +03:00
parent cb2a033c87
commit ded3ed53c6
5 changed files with 52 additions and 10 deletions

View File

@@ -14,8 +14,14 @@ jobs:
- uses: actions/checkout@v3
- name: make
uses: embedd-actions/arm-gcc-ci@v1
uses: embedd-actions/arm-gcc-ci@v12.3.1
with:
command: make --directory Release all
```
## List of available tags
```
v12.3.1
```