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

Commit

Permalink
Update the ID of the key to install github cli.
Browse files Browse the repository at this point in the history
  • Loading branch information
laqieer authored Sep 23, 2022
1 parent 9d4a091 commit 2edc21a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buddy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
execute_commands:
- "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"
setup_commands:
- "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"
- "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"
mount_filesystem_path: "/buddy/FEHR"
shell: "BASH"
trigger_condition: "ALWAYS"

0 comments on commit 2edc21a

Please sign in to comment.