Update workflows

This commit is contained in:
Dima353
2026-07-19 22:25:14 +03:00
parent 3624efbe68
commit a3947d7542
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ jobs:
if: contains(matrix.platform, 'librw_gl3_glfw')
shell: pwsh
run: |
Expand-Archive -Path "${{ env.GLFW_FILE }}" -DestinationPath "${{ env.GLFW_BASE }}"
Expand-Archive -Path "${{ env.GLFW_FILE }}" -DestinationPath "." -Force
- name: Configure build
shell: cmd
+1 -1
View File
@@ -41,7 +41,7 @@ jobs:
if: contains(matrix.platform, 'librw_gl3_glfw')
shell: pwsh
run: |
Expand-Archive -Path "${{ env.GLFW_FILE }}" -DestinationPath "${{ env.GLFW_BASE }}"
Expand-Archive -Path "${{ env.GLFW_FILE }}" -DestinationPath "." -Force
- name: Configure build
shell: cmd