update simulator to ubuntu 20.04 (#2463)

* fix sim build in 20.04

* run ci

* fix docker build

* restore ci cofnig

Co-authored-by: Willem Melching <willem.melching@gmail.com>
old-commit-hash: cc1bca542d
This commit is contained in:
Adeeb Shihadeh
2020-11-18 13:10:37 -08:00
committed by GitHub
parent 9ac8b21344
commit d4bf764d99
4 changed files with 7 additions and 24 deletions

View File

@@ -8,7 +8,7 @@ jobs:
name: build container
runs-on: ubuntu-20.04
timeout-minutes: 50
if: github.event_name == 'schedule' && github.repository == 'commaai/openpilot'
if: github.repository == 'commaai/openpilot'
steps:
- uses: actions/checkout@v2
with: