Skip to content

Commit

Permalink
ci: Ignore cert error for apt.kitware.com
Browse files Browse the repository at this point in the history
This should fix the retrieval of the GPG key and allow an updated cmake to be installed.
  • Loading branch information
joeyparrish committed Dec 11, 2024
1 parent a26e662 commit 0c1e36a
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 @@ -109,7 +109,7 @@ jobs:
kitware_key_path="/usr/share/keyrings/kitware-archive-keyring.gpg"
kitware_sources_path="/etc/apt/sources.list.d/kitware.list"
curl -sL "$kitware_key_url" | gpg --dearmor - \
curl -sLk "$kitware_key_url" | gpg --dearmor - \
| sudo tee "$kitware_key_path" >/dev/null
. /etc/lsb-release # Defines $DISTRIB_CODENAME (jammy, focal, etc)
Expand Down

0 comments on commit 0c1e36a

Please sign in to comment.