mirror of
https://github.com/embedd-actions/nrf-connect-sdk-ci.git
synced 2024-12-26 00:42:24 +03:00
Update README.md
This commit is contained in:
parent
534609be71
commit
5e9a4d407e
15
README.md
15
README.md
@ -20,3 +20,18 @@ jobs:
|
|||||||
build_dir: build
|
build_dir: build
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## How to specify a version of NRF Connect SDK
|
||||||
|
|
||||||
|
To select the specific version of NRF Connect SDK you
|
||||||
|
can reference a specific version of GitHub action:
|
||||||
|
```
|
||||||
|
uses: embedd-actions/nrf-connect-sdk-prebuild-ci@v2.3.0
|
||||||
|
uses: embedd-actions/nrf-connect-sdk-prebuild-ci@v2.4.0
|
||||||
|
```
|
||||||
|
|
||||||
|
## List of available tags
|
||||||
|
|
||||||
|
```
|
||||||
|
v2.3.0
|
||||||
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user