Skip to content

Commit

Permalink
Fix wget path
Browse files Browse the repository at this point in the history
  • Loading branch information
graphemecluster committed Dec 9, 2024
1 parent 8c4d5cd commit 695d5b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
if: inputs.event_name == 'push' || steps.check_version.outcome == 'success'
shell: bash
run: |
export PATH="/c/msys64/usr/bin:$PATH" # wget
export SCHEMA_DIR="$PWD/schema"
./.ci/package-windows.sh
- name: Upload Artifact
Expand Down

0 comments on commit 695d5b7

Please sign in to comment.