Skip to content

Commit 39259f7

Browse files
committed
Remove workflow comments
1 parent 59d946e commit 39259f7

2 files changed

Lines changed: 0 additions & 8 deletions

File tree

.github/workflows/windows-x64.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ jobs:
2121
shell: pwsh
2222
run: |
2323
cd repository
24-
# Clean untracked files inside submodules
2524
git submodule foreach --recursive git reset --hard
2625
git submodule foreach --recursive git clean -fdx
2726
git submodule sync --recursive
@@ -30,7 +29,6 @@ jobs:
3029
- name: Install packages
3130
run: |
3231
choco install -y cmake git zip unzip
33-
# You can install more packages if needed or set up your environment accordingly
3432
shell: cmd
3533

3634
- name: Install Premake5
@@ -40,9 +38,7 @@ jobs:
4038
git clone --depth=1 https://github.com/premake/premake-core.git
4139
}
4240
cd premake-core
43-
# Build premake5 for Windows
4441
.\Bootstrap.bat vs2022
45-
# Move premake5 executable to repository root
4642
Move-Item .\bin\release\premake5.exe ..\repository\
4743
cd ..
4844

.github/workflows/windows-x86.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ jobs:
2121
shell: pwsh
2222
run: |
2323
cd repository
24-
# Clean untracked files inside submodules
2524
git submodule foreach --recursive git reset --hard
2625
git submodule foreach --recursive git clean -fdx
2726
git submodule sync --recursive
@@ -30,7 +29,6 @@ jobs:
3029
- name: Install packages
3130
run: |
3231
choco install -y cmake git zip unzip
33-
# You can install more packages if needed or set up your environment accordingly
3432
shell: cmd
3533

3634
- name: Install Premake5
@@ -40,9 +38,7 @@ jobs:
4038
git clone --depth=1 https://github.com/premake/premake-core.git
4139
}
4240
cd premake-core
43-
# Build premake5 for Windows
4441
.\Bootstrap.bat vs2022
45-
# Move premake5 executable to repository root
4642
Move-Item .\bin\release\premake5.exe ..\repository\
4743
cd ..
4844

0 commit comments

Comments
 (0)