Skip to content

Commit

Permalink
Fixing various typos and the like
Browse files Browse the repository at this point in the history
  • Loading branch information
Skptak committed Aug 1, 2023
1 parent 6974cca commit c0d3be7
Show file tree
Hide file tree
Showing 3 changed files with 8,939 additions and 17 deletions.
36 changes: 19 additions & 17 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
#os: [ubuntu-latest, windows-latest]
os: [ubuntu-latest]
inputs:
[
{
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -285,7 +286,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
#os: [ubuntu-latest, windows-latest]
os: [ubuntu-latest]
inputs:
[
{
Expand Down Expand Up @@ -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
Expand Down
Loading

0 comments on commit c0d3be7

Please sign in to comment.