ci: Fix tool setup commands

This commit is contained in:
Léo Lam 2020-09-24 18:48:49 +02:00
parent 645ff23cb2
commit 1ee6fff575
No known key found for this signature in database
GPG Key ID: 0DF30F9081000741
1 changed files with 2 additions and 2 deletions

View File

@ -12,9 +12,9 @@ jobs:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- run: git submodule update --init --recursive - run: git submodule update --init --recursive
- name: Install pip - name: Install pip
run: sudo apt update && sudo apt install -y python3-pip run: sudo apt update && sudo apt install -y python3-pip python3-setuptools gpg
- name: Install tool dependencies - name: Install tool dependencies
run: sudo python3 -m pip install capstone colorama cxxfilt pyelftools gpg wget run: sudo python3 -m pip install capstone colorama cxxfilt pyelftools wget
- name: Download executable - name: Download executable
run: wget https://static.zeldamods.org/botw/16A91992BBA71201E98756F3BC8F5D2F.elf.gpg run: wget https://static.zeldamods.org/botw/16A91992BBA71201E98756F3BC8F5D2F.elf.gpg
- name: Decrypt executable - name: Decrypt executable