Skip to content

Commit

Permalink
add git
Browse files Browse the repository at this point in the history
  • Loading branch information
na-trium-144 committed Dec 12, 2023
1 parent aba1723 commit 7b694ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
wget -O - https://apt.kitware.com/keys/kitware-archive-latest.asc --no-check-certificate | gpg --dearmor - | tee /usr/share/keyrings/kitware-archive-keyring.gpg >/dev/null
echo "deb [signed-by=/usr/share/keyrings/kitware-archive-keyring.gpg] https://apt.kitware.com/ubuntu/ $(lsb_release -cs) main" | tee /etc/apt/sources.list.d/kitware.list >/dev/null
apt-get update -q -y
apt-get install -q -y build-essential cmake file gcc-10 g++-10
apt-get install -q -y build-essential cmake file gcc-10 g++-10 git
# Produce a binary artifact and place it in the mounted volume
run: |
Expand Down

0 comments on commit 7b694ef

Please sign in to comment.