From ab0d08910d84d711f7dc3b56e08db60222cd5fb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alessandro=C2=A0Decina?= Date: Fri, 5 Nov 2021 02:48:34 +0000 Subject: [PATCH] ci: gen: fix workflow --- .github/workflows/gen.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gen.yml b/.github/workflows/gen.yml index 5829268f..6494a51e 100644 --- a/.github/workflows/gen.yml +++ b/.github/workflows/gen.yml @@ -22,8 +22,8 @@ jobs: - name: Install headers run: | - apt -y update - apt -y install libc6-dev libc6-dev-{aarch64,armel}-cross + sudo apt -y update + sudo apt -y install libc6-dev libc6-dev-{arm64,armel}-cross - name: Run codegen run: |