diff options
| author | Léo Lam <leo@leolam.fr> | 2020-09-24 18:48:49 +0200 |
|---|---|---|
| committer | Léo Lam <leo@leolam.fr> | 2020-09-24 18:49:06 +0200 |
| commit | 1ee6fff575a0a87183063f565af65e9537520ea5 (patch) | |
| tree | ca886d47f1d65d6361a0a0b09edf9963dc1ff7dd /.github | |
| parent | 645ff23cb27ddafac613c17871d85b71ac8fbdbd (diff) | |
ci: Fix tool setup commands
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/check.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index d6729aff..5cc0abb4 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -12,9 +12,9 @@ jobs: - uses: actions/checkout@v2 - run: git submodule update --init --recursive - 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 - 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 run: wget https://static.zeldamods.org/botw/16A91992BBA71201E98756F3BC8F5D2F.elf.gpg - name: Decrypt executable |
