From 0decdb1c7bc709d628935561330b44add2af3b11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beat=20K=C3=BCng?= Date: Wed, 27 Oct 2021 14:04:20 +0200 Subject: [PATCH] github action: run ./Tools/generate_board_targets_json.py in container As it requires kconfiglib --- .github/workflows/deploy_all.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy_all.yml b/.github/workflows/deploy_all.yml index a6e5d89f10..9fdbc81482 100644 --- a/.github/workflows/deploy_all.yml +++ b/.github/workflows/deploy_all.yml @@ -10,6 +10,7 @@ on: jobs: enumerate_targets: runs-on: ubuntu-latest + container: px4io/px4-dev-base-focal:2021-09-08 outputs: matrix: ${{ steps.set-matrix.outputs.matrix }} steps: