We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 09dca35 + 96dc663 commit 8240bb8Copy full SHA for 8240bb8
.github/workflows/csmith.yaml
@@ -18,6 +18,7 @@ jobs:
18
# user input
19
DEBIAN_FRONTEND: noninteractive
20
run: |
21
+ sudo apt-get update
22
sudo apt-get install --no-install-recommends -y build-essential flex bison maven ccache clang-10 clang++-10
23
sudo apt-get install --no-install-recommends -y csmith libcsmith-dev
24
make -C src minisat2-download
.github/workflows/doxygen-check.yaml
@@ -17,6 +17,7 @@ jobs:
17
sudo apt-get install --no-install-recommends -yq doxygen graphviz
- name: Run Doxygen
run: ./scripts/run_doxygen.sh
0 commit comments