Skip to content

Commit

Permalink
disable cache for now
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbrain committed Jan 17, 2024
1 parent 1e01644 commit 91b3878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/godot-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
godot_export_templates_download_url: "https://github.com/godotengine/godot/releases/download/${{ env.GODOT_VERSION }}-${{ env.GODOT_STATUS }}/Godot_v${{ env.GODOT_VERSION }}-${{ env.GODOT_STATUS }}_export_templates.tpz"
relative_project_path: "./godot"
archive_output: true
cache: true
cache: false #disable cache for now
wine_path: ${{ steps.wine_install.outputs.WINE_PATH }}

deploy-to-itchio-linux:
Expand Down

0 comments on commit 91b3878

Please sign in to comment.