Skip to content

Commit

Permalink
Added curl to wine setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Apostolique committed Mar 7, 2024
1 parent cfc4207 commit 730036d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Setup Wine
run: |
sudo apt update
sudo apt install wine64 p7zip-full
sudo apt install wine64 p7zip-full curl
wget -qO- https://raw.githubusercontent.com/MonoGame/MonoGame/develop/Tools/MonoGame.Effect.Compiler/mgfxc_wine_setup.sh | sh
- name: Build Windows
run: dotnet publish ${{ env.PROJECT_PATH }} -r win-x64 -c Release --output artifacts/windows --self-contained -p:Version=${{ env.TAGVERSION }}
Expand Down

0 comments on commit 730036d

Please sign in to comment.