Skip to content

Commit

Permalink
Fix: build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
WenSimEHRP authored Sep 5, 2024
1 parent 9374424 commit f3faa53
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,14 @@ jobs:
with:
python-version: 3.12

- name: Install Scoop
- name: Install Scoop - setup - build
shell: pwsh
run: |
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
Invoke-RestMethod -Uri https://get.scoop.sh | Invoke-Expression
- name: Install dependencies
shell: pwsh
run: |
scoop install just
just deps
- name: Build Tracks
run: just
just
- name: Pack Binaries
shell: pwsh
Expand Down

0 comments on commit f3faa53

Please sign in to comment.