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 3ad811c commit f1b6a5f
Showing 1 changed file with 14 additions and 8 deletions.
22 changes: 14 additions & 8 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,20 @@ jobs:
# key: ${{ runner.os }}-windows-chocolatey
# restore-keys: |
# ${{ runner.os }}-windows-chocolatey

- name: Set up MSVC compiler
if: steps.chocolatey-cache.outputs.cache-hit != 'true'
run: |
choco sync
choco upgrade all -y
choco install visualstudio2017buildtools --package-parameters "--add Microsoft.VisualStudio.Workload.VCTools"
shell: cmd

- name: Set up GCC
uses: egor-tensin/setup-gcc@v1
with:
version: latest
platform: x64

# - name: Set up MSVC compiler
# if: steps.chocolatey-cache.outputs.cache-hit != 'true'
# run: |
# choco sync
# choco upgrade all -y
# choco install visualstudio2017buildtools --package-parameters "--add Microsoft.VisualStudio.Workload.VCTools"
# shell: cmd

- name: Build salam.exe for Windows
run: |
Expand Down

0 comments on commit f1b6a5f

Please sign in to comment.