From 1deba856eedefdc5b01c518f92352658faf3e7a3 Mon Sep 17 00:00:00 2001 From: femshima <49227365+femshima@users.noreply.github.com> Date: Thu, 19 Oct 2023 16:01:23 +0900 Subject: [PATCH] sudo --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index b29f410..2636d79 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -87,7 +87,7 @@ jobs: shell: bash - name: Setup cross compiler if: ${{ matrix.settings.cross }} - run: apt-get update && apt-get install -y ${{ matrix.settings.cross }} + run: sudo apt-get update && sudo apt-get install -y ${{ matrix.settings.cross }} - name: Install dependencies run: yarn install - name: Build