-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
8,939 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -115,7 +115,8 @@ jobs: | |
strategy: | ||
fail-fast: false | ||
matrix: | ||
os: [ubuntu-latest, windows-latest] | ||
#os: [ubuntu-latest, windows-latest] | ||
os: [ubuntu-latest] | ||
inputs: | ||
[ | ||
{ | ||
|
@@ -198,12 +199,12 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v3 | ||
|
||
- env: | ||
stepName: Install Windows Build tools | ||
name: ${{ env.stepName }} | ||
if: runner.os == 'Windows' | ||
id: install-windows-build-tools | ||
uses: microsoft/[email protected] | ||
# - env: | ||
# stepName: Install Windows Build tools | ||
# name: ${{ env.stepName }} | ||
# if: runner.os == 'Windows' | ||
# id: install-windows-build-tools | ||
|
||
|
||
- env: | ||
stepName: Install Ubuntu Build Tools | ||
|
@@ -285,7 +286,8 @@ jobs: | |
strategy: | ||
fail-fast: false | ||
matrix: | ||
os: [ubuntu-latest, windows-latest] | ||
#os: [ubuntu-latest, windows-latest] | ||
os: [ubuntu-latest] | ||
inputs: | ||
[ | ||
{ | ||
|
@@ -362,15 +364,15 @@ jobs: | |
retry-attempts: 2, | ||
}, | ||
] | ||
runs-on: ${{ matrix.os }} | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- env: | ||
stepName: Install Windows Build tools | ||
name: ${{ env.stepName }} | ||
if: runner.os == 'Windows' | ||
id: install-windows-build-tools | ||
uses: microsoft/[email protected] | ||
# runs-on: ${{ matrix.os }} | ||
# steps: | ||
# - uses: actions/checkout@v3 | ||
# - env: | ||
# stepName: Install Windows Build tools | ||
# name: ${{ env.stepName }} | ||
# if: runner.os == 'Windows' | ||
# id: install-windows-build-tools | ||
# uses: [email protected] | ||
|
||
- env: | ||
stepName: Install Ubuntu Build Tools | ||
|
Oops, something went wrong.