Skip to content

Commit

Permalink
bison
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed Apr 11, 2024
1 parent 0e4a8a4 commit 7fa2321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ jobs:
- name: Install dependency packages
run: |
apt-get update
apt-get install --no-install-recommends -y autoconf binutils ca-certificates ccache cmake curl g++ lbzip2 libtool make patch pkg-config python3 xz-utils wget ${{ matrix.host.packages }}
apt-get install --no-install-recommends -y autoconf binutils bison ca-certificates ccache cmake curl g++ lbzip2 libtool make patch pkg-config python3 xz-utils wget ${{ matrix.host.packages }}
echo "CCACHE_DIR=${{ runner.temp }}/ccache" >> "$GITHUB_ENV"
- name: Depends fingerprint (1)
Expand Down

0 comments on commit 7fa2321

Please sign in to comment.