Skip to content

Commit

Permalink
Merge pull request #8155 from tautschnig/bugfixes/csmith-apt-update
Browse files Browse the repository at this point in the history
CSmith GitHub action: run apt-get update
  • Loading branch information
tautschnig authored Jan 10, 2024
2 parents 09dca35 + 96dc663 commit 8240bb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/csmith.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
# user input
DEBIAN_FRONTEND: noninteractive
run: |
sudo apt-get update
sudo apt-get install --no-install-recommends -y build-essential flex bison maven ccache clang-10 clang++-10
sudo apt-get install --no-install-recommends -y csmith libcsmith-dev
make -C src minisat2-download
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/doxygen-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
# user input
DEBIAN_FRONTEND: noninteractive
run: |
sudo apt-get update
sudo apt-get install --no-install-recommends -yq doxygen graphviz
- name: Run Doxygen
run: ./scripts/run_doxygen.sh

0 comments on commit 8240bb8

Please sign in to comment.