Skip to content

Commit

Permalink
fix: hold chrony version
Browse files Browse the repository at this point in the history
  • Loading branch information
mikirov committed Aug 18, 2023
1 parent a9219c9 commit 6663c00
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,15 +145,16 @@ jobs:
- run : |
sudo apt-get update
sudo apt-get install -y --no-install-recommends --no-upgrade software-properties-common curl gpg gpg-agent wget
sudo apt-get install -y --no-install-recommends software-properties-common curl gpg gpg-agent wget
curl -fsSL https://download.docker.com/linux/debian/gpg | gpg --dearmor -o /usr/share/keyrings/docker-archive-keyring.gpg
echo "deb http://deb.debian.org/debian/ experimental main" | sudo tee -a /etc/apt/sources.list.d/docker.list > /dev/null
wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 0E98404D386FA1D9
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 6ED0E7B82643E131
sudo add-apt-repository -y "deb http://deb.debian.org/debian/ testing main"
sudo apt-mark hold chrony
sudo apt-get update || true
sudo apt-get install --no-install-recommends --no-upgrade -y libstdc++6 libc6 libnsl2 || true
sudo apt-get install --no-install-recommends -y libstdc++6 libc6 libnsl2 || true
- name: Add binaries to PATH and make them executable
run: |
Expand Down

0 comments on commit 6663c00

Please sign in to comment.