Skip to content

Commit

Permalink
Update cmake-single-platform.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alfonsmagd authored Oct 19, 2024
1 parent 81d4360 commit 259351c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake-single-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ jobs:
curl -LO https://github.com/microsoft/DirectXShaderCompiler/releases/download/v1.8.2407/dxc_2024_07_31.zip
# Crear carpeta dxc si no existe
mkdir -p ${{github.workspace}}/dxc
New-Item -ItemType Directory -Path ${{github.workspace}}/dxc -ErrorAction SilentlyContinue
# Extraer el archivo ZIP en la carpeta dxc
tar -xf dxc_2024_07_31.zip -C ${{github.workspace}}/dxc
Expand-Archive -Path dxc_2024_07_31.zip -DestinationPath ${{github.workspace}}/dxc
- name: Verify DXC Directory
run: |
Expand Down

0 comments on commit 259351c

Please sign in to comment.