Searched +full:apt +full:- +full:get (Results 1 – 1 of 1) sorted by relevance
7 permissions: read-all11 runs-on: ubuntu-22.0418 - name: Checkout Code21 - name: Git Prepare24 git config --global user.email "intel_hal@intel.github.com"25 git config --global user.name "Intel HAL Docs Robot"28 - name: Install Doxygen Tools30 sudo apt-get update31 sudo apt-get install -y graphviz doxygen33 - name: Run Doxygen[all …]