Skip to content

Commit cc86145

Browse files
committed
Update workflow
1 parent 3195fdf commit cc86145

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
- name: Download premake5
2020
run: |
21-
curl.exe -o premake5.zip -L https://github.com/premake/premake-core/releases/download/v5.0.0-beta2/premake-5.0.0-beta2-windows.zip
21+
curl.exe -o premake5.zip -L https://github.com/premake/premake-core/releases/download/v5.0.0-beta7/premake-5.0.0-beta7-windows.zip
2222
tar -xf premake5.zip
2323
2424
- name: Generate project files
@@ -45,14 +45,9 @@ jobs:
4545

4646
- name: Download premake5
4747
run: |
48-
curl.exe -o premake5.zip -L https://github.com/premake/premake-core/releases/download/v5.0.0-beta2/premake-5.0.0-beta2-windows.zip
48+
curl.exe -o premake5.zip -L https://github.com/premake/premake-core/releases/download/v5.0.0-beta7/premake-5.0.0-beta7-windows.zip
4949
tar -xf premake5.zip
5050
51-
- name: Download libraries
52-
run: |
53-
curl -o lib.zip https://files.theindra.eu/files/lib.zip
54-
tar -xf lib.zip
55-
5651
- name: Generate project files
5752
run: .\premake5 vs2022
5853

0 commit comments

Comments
 (0)