Skip to content

Commit

Permalink
Windows: Skip the build step by default;
Browse files Browse the repository at this point in the history
  • Loading branch information
Bob-the-Git committed Sep 3, 2022
1 parent 542feb9 commit b856459
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
default: 'false'

env:
version: m105-f204b137b9-Bob-the-Git-2
version: m105-f204b137b9-Bob-the-Git-3

jobs:
macos:
Expand Down Expand Up @@ -217,8 +217,11 @@ jobs:
- uses: ilammy/msvc-dev-cmd@v1
- shell: bash
run: python3 script/checkout.py --version ${{ env.version }} --build-type ${{ matrix.build_type }}
- shell: bash
run: python3 script/build.py --build-type ${{ matrix.build_type }}
# Error with GitHub:
# skia.lib : fatal error LNK1180: insufficient disk space to complete link
# Windows: Skip the build step by default;
# - shell: bash
# run: python3 script/build.py --build-type ${{ matrix.build_type }}
- shell: bash
run: python3 script/archive.py --version ${{ env.version }} --build-type ${{ matrix.build_type }}
- uses: actions/upload-artifact@v2
Expand Down

0 comments on commit b856459

Please sign in to comment.