Skip to content

Commit

Permalink
feat: download pearl on the fly
Browse files Browse the repository at this point in the history
  • Loading branch information
0xArdi committed Jun 18, 2024
1 parent 48dfbb4 commit da18e0c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: "20.11"
- name: Download binary
run: curl -L -o electron/bins/pearl https://tempfileserver.staging.autonolas.tech/pearl && chmod +x electron/bins/pearl
- uses: snok/install-poetry@v1
with:
version: "1.7.1"
Expand Down

0 comments on commit da18e0c

Please sign in to comment.