From d94b7d91949f71ce6b3d0e00204739aec740c801 Mon Sep 17 00:00:00 2001 From: hanwckf Date: Mon, 14 Jun 2021 22:09:05 +0800 Subject: [PATCH] update github-actions --- .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 da81f644b..f6b91313e 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -37,7 +37,7 @@ jobs: - name: Prepare environment run: | sudo apt update - sudo apt install libtool-bin gperf python-docutils autopoint gettext + sudo apt install libtool-bin gperf python3-docutils autopoint gettext - name: Run shellcheck run: sh ./trunk/tools/shellcheck.sh - name: Prepare toolchain