Skip to content

Commit

Permalink
Update test-and-build-icon-editor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
svelderrainruiz committed Dec 21, 2024
1 parent 395af56 commit 3708e46
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/test-and-build-icon-editor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,15 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v3

# Step to add C:\Program Files\G-CLI\bin to the PATH
- name: Add G-CLI to PATH
shell: pwsh
run: |
$env:PATH = "$env:PATH;C:\Program Files\G-CLI\bin"
Write-Host "Updated PATH: $env:PATH"
# Test invocation of g-cli
g-cli --help
- name: Clean Up Old .lvlibp Files
shell: pwsh
run: |
Expand Down

0 comments on commit 3708e46

Please sign in to comment.