Skip to content

Commit

Permalink
A build needs source code too
Browse files Browse the repository at this point in the history
  • Loading branch information
sedwards2009 committed Jan 27, 2024
1 parent d1a43a7 commit da9ee3c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
build-windows:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- name: Install nsis
run: choco install nsis -y
- name: Install Node.js
Expand Down Expand Up @@ -80,6 +81,7 @@ jobs:
build-macos:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: Install Node.js
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit da9ee3c

Please sign in to comment.