Skip to content

Commit

Permalink
CI: Update kitware repo
Browse files Browse the repository at this point in the history
  • Loading branch information
drowaudio committed Jun 6, 2024
1 parent a6e9c64 commit b107dd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
apt install -y p7zip-full git wget gpg
apt purge --auto-remove cmake
wget -O - https://apt.kitware.com/keys/kitware-archive-latest.asc 2>/dev/null | gpg --dearmor - | tee /etc/apt/trusted.gpg.d/kitware.gpg >/dev/null
apt-add-repository 'deb https://apt.kitware.com/ubuntu/ bionic main'
apt-add-repository 'deb https://apt.kitware.com/ubuntu/ jammy main'
apt update
apt install -y sudo cmake curl tree
Expand Down

0 comments on commit b107dd2

Please sign in to comment.