Skip to content

Commit

Permalink
Fixed Auto-Build
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielLMcGuire authored Jul 24, 2024
1 parent 2b74bf0 commit dab77c3
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/build-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,14 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3

- name: Set up MinGW
uses: msys2/setup-msys2@v2
with:
msystem: MINGW64
- name: Install Chocolatey
run: |
Set-ExecutionPolicy Bypass -Scope Process -Force
iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
- name: Install GCC
- name: Install MinGW and GCC
run: |
pacman -Syu --noconfirm
pacman -S --noconfirm mingw-w64-x86_64-gcc
choco install mingw -y
- name: Build executable
run: |
Expand Down

0 comments on commit dab77c3

Please sign in to comment.