We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6e9c64 commit b107dd2Copy full SHA for b107dd2
.github/workflows/build.yaml
@@ -43,7 +43,7 @@ jobs:
43
apt install -y p7zip-full git wget gpg
44
apt purge --auto-remove cmake
45
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
46
- apt-add-repository 'deb https://apt.kitware.com/ubuntu/ bionic main'
+ apt-add-repository 'deb https://apt.kitware.com/ubuntu/ jammy main'
47
apt update
48
apt install -y sudo cmake curl tree
49
0 commit comments