mirror of
https://github.com/okalachev/flix.git
synced 2025-07-29 20:38:59 +00:00
Run sim build in docker using container directive
This commit is contained in:
parent
405777dc46
commit
226da71719
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -46,7 +46,9 @@ jobs:
|
|||||||
run: python3 tools/check_c_cpp_properties.py
|
run: python3 tools/check_c_cpp_properties.py
|
||||||
|
|
||||||
build_simulator:
|
build_simulator:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-latest
|
||||||
|
container:
|
||||||
|
image: ubuntu:20.04
|
||||||
steps:
|
steps:
|
||||||
- name: Install Arduino CLI
|
- name: Install Arduino CLI
|
||||||
uses: arduino/setup-arduino-cli@v1.1.1
|
uses: arduino/setup-arduino-cli@v1.1.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user