Skip to content

Commit

Permalink
Automation: Add Chocolatey
Browse files Browse the repository at this point in the history
  • Loading branch information
VoiEiSeOnSuomiServine committed Mar 5, 2024
1 parent 201745e commit 035b923
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/Build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,12 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2

- name: Set up MinGW
uses: egor-tensin/setup-mingw@v2.2.0
with:
mingw: 'x86_64'
msys2: true
- name: Set up Chocolatey
shell: pwsh
run: Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))

- name: Install MinGw
run: choco install mingw

- name: Set up Qt
uses: jurplel/install-qt-action@v3
Expand Down

0 comments on commit 035b923

Please sign in to comment.