Skip to content

Commit

Permalink
Remove wine installation and path since we deploy to itch
Browse files Browse the repository at this point in the history
  • Loading branch information
froissant committed Apr 2, 2024
1 parent 231244f commit 30ecbc0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/godot-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@ jobs:
with:
path: .godot/imported/
key: import-assets-${{ runner.os }}-${{ github.sha }}
- name: install wine
run: |
sudo apt install wine64
echo "WINE_PATH=$(which wine64)" >> $GITHUB_ENV
- name: Export Game using Godot
uses: firebelley/godot-export@v5.2.1
with:
Expand All @@ -40,7 +36,6 @@ jobs:
relative_project_path: "./godot"
archive_output: true
cache: false
wine_path: ${{ env.WINE_PATH }}
- name: Upload HTML5
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 30ecbc0

Please sign in to comment.