mirror of
https://github.com/monero-project/monero-site.git
synced 2024-12-23 03:59:26 +00:00
Merge branch 'master' of https://github.com/monero-project/monero-site into release-CLIandGUI-v0.18.2.2
This commit is contained in:
commit
f9e420c53a
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
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
sudo apt-get install -y --no-install-recommends curl gpg jq python-pip
|
||||
sudo pip install yq
|
||||
sudo apt-get install -y --no-install-recommends curl gpg jq python3-pip
|
||||
sudo pip3 install yq
|
||||
- name: Verify hashes.txt signature
|
||||
run: |
|
||||
curl -sL https://raw.githubusercontent.com/monero-project/monero/master/utils/gpg_keys/binaryfate.asc |
|
||||
|
|
Loading…
Reference in a new issue