mirror of
https://github.com/okalachev/flix.git
synced 2025-07-29 04:19:00 +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
|
||||
|
||||
build_simulator:
|
||||
runs-on: ubuntu-22.04
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: ubuntu:20.04
|
||||
steps:
|
||||
- name: Install Arduino CLI
|
||||
uses: arduino/setup-arduino-cli@v1.1.1
|
||||
|
Loading…
x
Reference in New Issue
Block a user