Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris McIntosh committed Mar 5, 2024
1 parent f2b234d commit 08b6658
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
apt-get install -y wget
echo "deb http://download.proxmox.com/debian/pve bookworm pve-no-subscription" | tee -a /etc/apt/sources.list
wget -O /etc/apt/trusted.gpg.d/proxmox-release-bookworm.gpg "https://enterprise.proxmox.com/debian/proxmox-release-bookworm.gpg"
apt-get update && apt-get dist-upgrade
apt-get install proxmox-ve
apt-get update && apt-get dist-upgrade -y
apt-get install -y proxmox-ve
apt-get install -y libzstd1 build-essential git git-email debhelper pve-doc-generator
#apt-get install -y git make libglib2.0-dev libfdt-dev libpixman-1-dev zlib1g-dev ninja-build \
# build-essential libaio-dev libbluetooth-dev libcapstone-dev libbrlapi-dev libbz2-dev \
Expand Down

0 comments on commit 08b6658

Please sign in to comment.