diff --git a/.github/workflows/test-and-build-icon-editor.yml b/.github/workflows/test-and-build-icon-editor.yml index 705aed2..b92ece0 100644 --- a/.github/workflows/test-and-build-icon-editor.yml +++ b/.github/workflows/test-and-build-icon-editor.yml @@ -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: |