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

Commit 34d92c8

Browse files
authored
Update shader.yml
1 parent f875d57 commit 34d92c8

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

.github/workflows/shader.yml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,14 @@ jobs:
3232
runs-on: windows-latest
3333
steps:
3434
- uses: actions/checkout@v4
35-
36-
# ENABLE THIS ON FIRST TIME SETUP
37-
- name: Install Strawberry Perl for Shaders compilation
38-
run: choco install strawberryperl
39-
- name: Install Shader Dependencies
40-
run: cpan String::CRC32
41-
42-
- name: Compile Shaders
43-
working-directory: ${{env.GITHUB_WORKSPACE}}
35+
- uses: shogo82148/actions-setup-perl@v1
36+
with:
37+
perl-version: "5.32"
38+
distribution: strawberry
39+
40+
#- name: Install Shader Dependencies
41+
#run: cpan String::CRC32
42+
43+
- name: Compile Shaders
44+
working-directory: ${{env.GITHUB_WORKSPACE}}
4445
run: ./materialsystem/swarmshaders/buildshaders.bat deferred_shaders

0 commit comments

Comments
 (0)