workflows: use pip3 to fix hashes ci

This commit is contained in:
selsta 2023-04-10 15:41:45 +02:00
parent 9ea134cd01
commit db02f3df2b
No known key found for this signature in database
GPG key ID: 2EA0A99A8B07AE5E

View file

@ -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 |