diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fc86a1566..10f103d87 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,6 +18,7 @@ jobs: # setup base required dependencies - name: Setup dependencies run: | + sudo apt-get update sudo apt-get install cmake ninja-build python3-pyelftools python3-regex python3-polib # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it @@ -72,6 +73,7 @@ jobs: # setup base required dependencies - name: Setup dependencies run: | + sudo apt-get update sudo apt-get install gcc-11 g++11 lcov cmake ninja-build python3-pyelftools python3-regex python3-polib # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it @@ -119,6 +121,7 @@ jobs: # setup base required dependencies - name: Setup dependencies run: | + sudo apt-get update sudo apt-get install gcc-11 g++11 lcov cmake ninja-build python3-pyelftools python3-regex python3-polib # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it diff --git a/.github/workflows/pr-size.yml b/.github/workflows/pr-size.yml index fcb9e5ea8..8cf9f83b0 100644 --- a/.github/workflows/pr-size.yml +++ b/.github/workflows/pr-size.yml @@ -18,6 +18,7 @@ jobs: # setup base required dependencies - name: Setup dependencies run: | + sudo apt-get update sudo apt-get install cmake ninja-build python3-pyelftools python3-regex python3-polib # build the base branch