File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 2424 # https://github.com/doxygen/doxygen/issues/9016
2525 - name : Build Doxygen
2626 run : |
27- sudo apt install cmake ninja-build graphviz graphviz
27+ sudo apt update -y
28+ sudo apt install -y cmake ninja-build graphviz graphviz
2829 git clone https://github.com/doxygen/doxygen.git ../doxygen
2930 cmake -S ../doxygen -B ../doxygen/build -G Ninja
3031 sudo ninja -C ../doxygen/build install
Original file line number Diff line number Diff line change 6060 - name : Setup Ubuntu (Intel)
6161 if : matrix.os == 'ubuntu' && matrix.intel == true
6262 run : |
63- sudo apt install tar wget make cmake python3 python3-dev
63+ sudo apt update -y
64+ sudo apt install -y tar wget make cmake python3 python3-dev
6465 wget https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB
6566 sudo apt-key add GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB
6667 rm GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB
You can’t perform that action at this time.
0 commit comments