Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
yairm210 authored Jul 28, 2024
1 parent e0fc893 commit c4b659b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: Build WiX on Windows
run: | # Trying to set env variables for a simple command is like ???, now I truly understand the "Windows Sucks" mentality.
rem The space after the version is intentionally ommited, otherwise the env var contains a space. *sigh*
# The space after the version is intentionally ommited, otherwise the env var contains a space. *sigh*
cmd /C "set UNCIV_VERSION=4.12.14&& wix build .\unciv.wxs"
dir
Expand Down

0 comments on commit c4b659b

Please sign in to comment.