Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit 5c2e663

Browse files
authored
Update shader.yml
1 parent 66a9fb2 commit 5c2e663

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/shader.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@ jobs:
3131
Main:
3232
runs-on: windows-latest
3333
steps:
34-
- uses: actions/checkout@v4
34+
- uses: actions/checkout@v4
3535

36-
# ENABLE THIS ON FIRST TIME SETUP
37-
#- name: Install Strawberry Perl for Shaders compilation
38-
# run: choco install strawberryperl
36+
# ENABLE THIS ON FIRST TIME SETUP
37+
#- name: Install Strawberry Perl for Shaders compilation
38+
# run: choco install strawberryperl
3939

40-
- name: Install Shader Dependencies
41-
run: cpan String::CRC32
40+
- name: Install Shader Dependencies
41+
run: cpan String::CRC32
4242

4343
- name: Compile Shaders
4444
working-directory: ${{env.GITHUB_WORKSPACE}}

0 commit comments

Comments
 (0)