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 <damien@micropython.org>
This commit is contained in:
parent
45f0b6ab63
commit
0a079155e4
4
.github/workflows/code_size.yml
vendored
4
.github/workflows/code_size.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user