Fixes
This commit is contained in:
parent
a01a63d262
commit
40d01af945
2 changed files with 5 additions and 5 deletions
|
@ -4,8 +4,6 @@ description: "Set up the latest Beef nightly and add BeefBuild to the PATH."
|
||||||
author: "Booklordofthedings"
|
author: "Booklordofthedings"
|
||||||
inputs:
|
inputs:
|
||||||
outputs:
|
outputs:
|
||||||
cache-hit:
|
|
||||||
description: "A boolean value to indicate a cache entry was found"
|
|
||||||
beef-path:
|
beef-path:
|
||||||
description: "The absolute path to the BeefBuild executable."
|
description: "The absolute path to the BeefBuild executable."
|
||||||
runs:
|
runs:
|
||||||
|
@ -15,4 +13,4 @@ runs:
|
||||||
shell: bash
|
shell: bash
|
||||||
branding:
|
branding:
|
||||||
icon: 'code'
|
icon: 'code'
|
||||||
color: 'yellow'
|
color: 'yellow'
|
||||||
|
|
|
@ -2,5 +2,7 @@
|
||||||
wget https://apt.llvm.org/llvm.sh
|
wget https://apt.llvm.org/llvm.sh
|
||||||
chmod +x llvm.sh
|
chmod +x llvm.sh
|
||||||
./llvm.sh 18
|
./llvm.sh 18
|
||||||
wget https://code.booklordofthe.dev/Extern/-/packages/debian/beefbuild/0.43.5.65/files/246
|
sudo curl https://code.booklordofthe.dev/api/packages/Extern/debian/repository.key -o /etc/apt/keyrings/forgejo-Extern.asc
|
||||||
dpkg -i 246
|
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
|
||||||
|
|
Loading…
Add table
Reference in a new issue