Skip to content

Commit

Permalink
Merge pull request #64 from borgvin/fixbuilds
Browse files Browse the repository at this point in the history
fix desktop builds
  • Loading branch information
neilcoggins authored May 2, 2024
2 parents dc53952 + 027027a commit 15b88ce
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/desktop.build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,12 @@ jobs:
name: "stagenet"

steps:
- uses: actions/setup-python@v5
with:
python-version: '3.10'

- uses: actions/checkout@v3

- name: Use Node.js
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 15b88ce

Please sign in to comment.