1
0
Fork 0
This commit is contained in:
Booklordofthedings 2025-02-08 21:04:45 +01:00
parent a01a63d262
commit 40d01af945
2 changed files with 5 additions and 5 deletions

View file

@ -4,8 +4,6 @@ description: "Set up the latest Beef nightly and add BeefBuild to the PATH."
author: "Booklordofthedings"
inputs:
outputs:
cache-hit:
description: "A boolean value to indicate a cache entry was found"
beef-path:
description: "The absolute path to the BeefBuild executable."
runs:

View file

@ -2,5 +2,7 @@
wget https://apt.llvm.org/llvm.sh
chmod +x llvm.sh
./llvm.sh 18
wget https://code.booklordofthe.dev/Extern/-/packages/debian/beefbuild/0.43.5.65/files/246
dpkg -i 246
sudo curl https://code.booklordofthe.dev/api/packages/Extern/debian/repository.key -o /etc/apt/keyrings/forgejo-Extern.asc
echo "deb [signed-by=/etc/apt/keyrings/forgejo-Extern.asc] https://code.booklordofthe.dev/api/packages/Extern/debian bookworm main" | sudo tee -a /etc/apt/sources.list.d/forgejo.list
sudo apt update
sudo apt install beefbuild