diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 283e6f8fb565..3aa8c17b4ca9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -32,7 +32,10 @@ jobs: repository: pret/agbcc - name: Install binutils - run: sudo apt install gcc-arm-none-eabi binutils-arm-none-eabi + run: | + sudo apt install gcc-arm-none-eabi binutils-arm-none-eabi + apt list --installed + echo $PKG_CONFIG_PATH # build-essential, git, and libpng-dev are already installed # gcc-arm-none-eabi is only needed for the modern build # as an alternative to dkP