From 0a079155e46d588095e4419b1095fd4ae691ab50 Mon Sep 17 00:00:00 2001 From: Damien George Date: Sat, 23 Jan 2021 17:15:18 +1100 Subject: [PATCH] github/workflows: Fix code-size CI workflow. Changes are: - Use ubuntu-20.04 so that gcc-multilib installs without error. - Use "fetch-depth: 100" to get history prior to pull request. Signed-off-by: Damien George --- .github/workflows/code_size.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/code_size.yml b/.github/workflows/code_size.yml index dd759a4f3f..7570261e7d 100644 --- a/.github/workflows/code_size.yml +++ b/.github/workflows/code_size.yml @@ -14,9 +14,11 @@ on: jobs: build: - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v2 + with: + fetch-depth: 100 - name: Install packages run: source tools/ci.sh && ci_code_size_setup - name: Build