Skip to content

Commit

Permalink
Remove old OpenSSL from github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
gorlak committed Jun 5, 2021
1 parent af0bbbc commit 23e383d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 25 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,6 @@ jobs:
with:
submodules: recursive

- name: Setup vcvars
uses: ilammy/msvc-dev-cmd@v1

- name: Build OpenSSL Debug
run: |
cd ${{ github.workspace }}\Dependencies
cmd.exe /c call openssl-build.bat debug
- name: Premake
run: |
cd ${{ github.workspace }}
Expand All @@ -48,14 +40,6 @@ jobs:
with:
submodules: recursive

- name: Setup vcvars
uses: ilammy/msvc-dev-cmd@v1

- name: Build OpenSSL Release
run: |
cd ${{ github.workspace }}\Dependencies
cmd.exe /c call openssl-build.bat release
- name: Premake
run: |
cd ${{ github.workspace }}
Expand Down
10 changes: 1 addition & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,6 @@ jobs:
with:
submodules: recursive

- name: Setup vcvars
uses: ilammy/msvc-dev-cmd@v1

- name: Build OpenSSL Release
run: |
cd ${{ github.workspace }}\Dependencies
cmd.exe /c call openssl-build.bat release
- name: Premake
run: |
cd ${{ github.workspace }}
Expand All @@ -34,7 +26,7 @@ jobs:

- name: Build Release
run: |
MSBuild.exe Build\P4Win.sln -p:Configuration=Release
MSBuild.exe Build\P4Win.sln -p:Configuration=Release /p:Platform=x64
- name: Source Index PDB
run: |
Expand Down

0 comments on commit 23e383d

Please sign in to comment.