Skip to content

Commit

Permalink
Update build-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BaseMax authored Sep 11, 2024
1 parent e7a7ac3 commit d8ad457
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,18 @@ jobs:

build-windows:
runs-on: windows-latest
defaults:
run:
shell: bash

steps:
- name: Checkout code
uses: actions/checkout@v4


- name: "GCC Version"
run: |
gcc --version
# - name: Cache Chocolatey packages
# id: chocolatey-cache
# uses: actions/cache@v4
Expand All @@ -59,10 +67,10 @@ jobs:
# restore-keys: |
# ${{ runner.os }}-windows-chocolatey

- name: Set up GCC
uses: egor-tensin/setup-mingw@v2
with:
platform: x64
# - name: Set up GCC
# uses: egor-tensin/setup-mingw@v2
# with:
# platform: x64

# - name: Set up MSVC compiler
# if: steps.chocolatey-cache.outputs.cache-hit != 'true'
Expand Down

0 comments on commit d8ad457

Please sign in to comment.