Skip to content

Commit

Permalink
install hashcash for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
meejah committed Feb 2, 2023
1 parent a861009 commit 6617587
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Install hashcash
run: sudo apt install hashcash

- name: Set up Python
uses: actions/setup-python@v2
with:
Expand Down

0 comments on commit 6617587

Please sign in to comment.