mirror of
https://github.com/monero-project/monero-site.git
synced 2024-12-23 03:59:26 +00:00
workflows: use pip3 to fix hashes ci
This commit is contained in:
parent
9ea134cd01
commit
db02f3df2b
1 changed files with 2 additions and 2 deletions
4
.github/workflows/hashes.yaml
vendored
4
.github/workflows/hashes.yaml
vendored
|
@ -17,8 +17,8 @@ jobs:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get install -y --no-install-recommends curl gpg jq python-pip
|
sudo apt-get install -y --no-install-recommends curl gpg jq python3-pip
|
||||||
sudo pip install yq
|
sudo pip3 install yq
|
||||||
- name: Verify hashes.txt signature
|
- name: Verify hashes.txt signature
|
||||||
run: |
|
run: |
|
||||||
curl -sL https://raw.githubusercontent.com/monero-project/monero/master/utils/gpg_keys/binaryfate.asc |
|
curl -sL https://raw.githubusercontent.com/monero-project/monero/master/utils/gpg_keys/binaryfate.asc |
|
||||||
|
|
Loading…
Reference in a new issue