Skip to content

Commit

Permalink
fix desktop builds
Browse files Browse the repository at this point in the history
  • Loading branch information
borgvin committed May 1, 2024
1 parent dc53952 commit 027027a
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 027027a

Please sign in to comment.