Skip to content

Commit

Permalink
Add missing closed parenthesis
Browse files Browse the repository at this point in the history
  • Loading branch information
ptormene committed Feb 13, 2024
1 parent 2df4055 commit 8965da9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Install QGIS
run: |
$WebClient = New-Object System.Net.WebClient
$WebClient.DownloadFile("https://qgis.org/downloads/${{matrix.QGIS_INSTALLER}}", ".\${{matrix.QGIS_INSTALLER}}"
$WebClient.DownloadFile("https://qgis.org/downloads/${{matrix.QGIS_INSTALLER}}", ".\${{matrix.QGIS_INSTALLER}}")
Start-Process -FilePath ".\${{matrix.QGIS_INSTALLER}}" -ArgumentList "/quiet /passive" -Wait;
- name: ⏳ Clone engine and restore oqdata
run: |
Expand Down

0 comments on commit 8965da9

Please sign in to comment.