Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Margen67 authored Apr 14, 2023
1 parent f0c038e commit 1e8f426
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ on:
jobs:
test:
# name: ${{ matrix.runs-on }}
runs-on: windows-latest #${{ matrix.runs-on }}
runs-on: macos-latest #${{ matrix.runs-on }}
# container: ${{ matrix.container }}
# strategy:
# fail-fast: false
Expand All @@ -42,9 +42,8 @@ jobs:
# - uses: actions/checkout@v3
# with:
# repository: ${{ github.repository }}.wiki
- uses: microsoft/[email protected]
- shell: bash
run: msbuild.exe
# - shell: bash
- run: echo $(sysctl -n hw.availcpu)
# - name: test
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 1e8f426

Please sign in to comment.