Skip to content

Commit

Permalink
Temp disable Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalStrehovsky authored May 2, 2024
1 parent 49efb3c commit 8621c67
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/sizestats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ jobs:
vm: ubuntu-latest
buildscript: ./build.sh
propertyswitch: '-'
- os: windows
osrid: win
vm: windows-latest
buildscript: .\build.cmd
propertyswitch: '/'
# - os: windows
# osrid: win
# vm: windows-latest
# buildscript: .\build.cmd
# propertyswitch: '/'
runs-on: ${{ matrix.vm }}
steps:
- name: Install dependencies
Expand Down Expand Up @@ -113,9 +113,9 @@ jobs:
- os: linux
osrid: linux
vm: ubuntu-latest
- os: windows
osrid: win
vm: windows-latest
# - os: windows
# osrid: win
# vm: windows-latest
runs-on: ${{ matrix.vm }}
steps:
- name: Install .NET
Expand Down

0 comments on commit 8621c67

Please sign in to comment.