Update workflows
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user