trying again, but with one runner

This commit is contained in:
Greg Gauthier 2024-02-20 18:19:45 +00:00
parent 51e761df38
commit 1d890a4593
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ jobs:
- uses: actions/checkout@v2
- name: Install Build Tools
run: echo "Adding essential build tools *****************************************************************"
run: apt-get update && apt-get -y --no-install-recommends install build-essential clang cmake gdb git wget
- name: Create Build Environment