Skip to content
This repository was archived by the owner on Sep 26, 2024. It is now read-only.

Commit 2edc21a

Browse files
authored
Update the ID of the key to install github cli.
https://github.com/cli/cli/blob/trunk/docs/install_linux.md
1 parent 9d4a091 commit 2edc21a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buddy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
execute_commands:
1919
- "if [ ! -d \"cmake-3.16.4-Linux-x86_64\" ]; then wget https://github.com/Kitware/CMake/releases/download/v3.16.4/cmake-3.16.4-Linux-x86_64.tar.gz; tar -zxvf cmake-3.16.4-Linux-x86_64.tar.gz; rm -f cmake-3.16.4-Linux-x86_64.tar.gz; fi && PATH=`pwd`/cmake-3.16.4-Linux-x86_64/bin:$PATH ./configure && cd build && make && if [ ! -f \"../tool/flips-linux\" ]; then wget https://dl.smwcentral.net/11474/floating.zip; unzip floating.zip; mv flips-linux ../tool/; sudo chmod +x ../tool/flips-linux; fi && tag=$(git describe --tags `git rev-list --tags --max-count=1`) && ../tool/flips-linux -c -b ../rom/fe7-jp.gba FEHR.gba FEHR.bps && mv FEHR.bps FEHR$tag.bps && gh auth login --with-token < ../token && gh release create $tag FEHR$tag.bps -R laqieer/FEHR -t $tag && cd .. && rm -rf build"
2020
setup_commands:
21-
- "sudo apt update && sudo apt-get -y install dirmngr && sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-key C99B11DEB97541F0 && sudo apt -y install software-properties-common apt-transport-https && sudo apt-add-repository https://cli.github.com/packages && sudo apt update && sudo apt -y install gh unzip libgtk-3-0 libgomp1"
21+
- "sudo apt update && sudo apt-get -y install dirmngr && sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-key 23F3D4EA75716059 && sudo apt -y install software-properties-common apt-transport-https && sudo apt-add-repository https://cli.github.com/packages && sudo apt update && sudo apt -y install gh unzip libgtk-3-0 libgomp1"
2222
mount_filesystem_path: "/buddy/FEHR"
2323
shell: "BASH"
2424
trigger_condition: "ALWAYS"

0 commit comments

Comments
 (0)