Skip to content

Commit

Permalink
fix: more windows memory for release build, msvc install
Browse files Browse the repository at this point in the history
  • Loading branch information
sgammon committed Aug 1, 2023
1 parent 16da76b commit 3807079
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build.ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,7 @@ jobs:
labs: false
tag: darwin-amd64
- os: Windows
runner: windows-latest
runner: windows-latest-8-cores
arch: amd64
tag: windows-amd64
labs: true
Expand All @@ -584,6 +584,11 @@ jobs:
create_credentials_file: true
export_environment_variables: true
cleanup_credentials: true
- name: "Setup: MSVC"
if: contains(matrix.runner, 'windows')
uses: ilammy/msvc-dev-cmd@v1
with:
arch: ${{ matrix.arch }}
- name: "Setup: GraalVM"
uses: graalvm/setup-graalvm@v1
with:
Expand Down

0 comments on commit 3807079

Please sign in to comment.